#B20E33

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

Shades of Cardinal #B20E33

Tints of Cardinal #B20E33

Color information

#B20E33 (or 0xB20E33) is unknown color: approx Cardinal. HEX triplet: B2, 0E and 33. RGB value is (178,14,51). Sum of RGB (Red+Green+Blue) = 178+14+51=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20E33 is #4DF1CC. Grayscale: #434343. Windows color (decimal): -5108173 or 3346098. OLE color: 3346098.

HSL color Cylindrical-coordinate representation of color #B20E33: hue angle of 346.46º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20E33 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB1781451-
CMYK00.920.710.30
HSL346.46º85.42%37.65%-
HSV(B)346.46º92.13%69.8%-
XYZ19.1110.024.06-
YUV67.25118.83206.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 73.25%
GREEN value IS 14 (5.86% from 255) = 5.76%
BLUE value IS 51 (20.31% from 255) = 20.99%
R=73.25%
G=5.76%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178145100.920.710.30346.4685.4237.65
HexB2E3305C471E15a5526
Octal262166301341073653212546
Binary101100101110110011010111001000111111101010110101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20E33; }

 p { color: rgb(178,14,51); }

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

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

 a { background-color: rgb(178,14,51); }

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

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

 span { border-color: rgb(178,14,51); }

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