#B20B36

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

Shades of Cardinal #B20B36

Tints of Cardinal #B20B36

Color information

#B20B36 (or 0xB20B36) is unknown color: approx Cardinal. HEX triplet: B2, 0B and 36. RGB value is (178,11,54). Sum of RGB (Red+Green+Blue) = 178+11+54=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B20B36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20B36 is #4DF4C9. Grayscale: #414141. Windows color (decimal): -5108938 or 3541938. OLE color: 3541938.

HSL color Cylindrical-coordinate representation of color #B20B36: hue angle of 344.55º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20B36 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB1781154-
CMYK00.940.700.30
HSL344.55º88.36%37.06%-
HSV(B)344.55º93.82%69.8%-
XYZ19.159.974.41-
YUV65.84121.33208-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 73.25%
GREEN value IS 11 (4.69% from 255) = 4.53%
BLUE value IS 54 (21.48% from 255) = 22.22%
R=73.25%
G=4.53%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178115400.940.700.30344.5588.3637.06
HexB2B3605E461E1595825
Octal262136601361063653113045
Binary101100101011110110010111101000110111101010110011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20B36; }

 p { color: rgb(178,11,54); }

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

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

 a { background-color: rgb(178,11,54); }

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

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

 span { border-color: rgb(178,11,54); }

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