#B4092D

Color #B4092D Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B4092D

Tints of Cardinal #B4092D

Color information

#B4092D (or 0xB4092D) is unknown color: approx Cardinal. HEX triplet: B4, 09 and 2D. RGB value is (180,9,45). Sum of RGB (Red+Green+Blue) = 180+9+45=234 (30% of max value = 765). Red value is 180 (70.70% from 255 or 76.92% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 180 - color contains mainly: red. Hex color #B4092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4092D is #4BF6D2. Grayscale: #404040. Windows color (decimal): -4978387 or 2951604. OLE color: 2951604.

HSL color Cylindrical-coordinate representation of color #B4092D: hue angle of 347.37º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B4092D is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB180945-
CMYK00.950.750.29
HSL347.37º90.48%37.06%-
HSV(B)347.37º95%70.59%-
XYZ19.3910.093.41-
YUV64.23117.15210.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 76.92%
GREEN value IS 9 (3.91% from 255) = 3.85%
BLUE value IS 45 (17.97% from 255) = 19.23%
R=76.92%
G=3.85%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18094500.950.750.29347.3790.4837.06
HexB492D05F4B1D15b5a25
Octal264115501371133553313245
Binary101101001001101101010111111001011111011010110111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4092D; }

 p { color: rgb(180,9,45); }

 H1.HeaderClassName
 {
   color: #B4092D;
 }
 .AnyTagClassName
 {
   color: #B4092D;
 }
</style>
background-color css

<style>
 a { background-color: #B4092D; }

 a { background-color: rgb(180,9,45); }

 div.DivClassName
 {
   background-color: #B4092D;
 }
 .BgClassName
 {
   background-color: #B4092D;
 }
</style>
border-color css

<style>
 span { border-color: #B4092D; }

 span { border-color: rgb(180,9,45); }

 td.TdClassName
 {
   border-color: #B4092D;
 }
 .TagClassName
 {
   border-color: #B4092D;
 }
</style>