#B20E3C

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

Shades of Cardinal #B20E3C

Tints of Cardinal #B20E3C

Color information

#B20E3C (or 0xB20E3C) is unknown color: approx Cardinal. HEX triplet: B2, 0E and 3C. RGB value is (178,14,60). Sum of RGB (Red+Green+Blue) = 178+14+60=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20E3C is #4DF1C3. Grayscale: #444444. Windows color (decimal): -5108164 or 3935922. OLE color: 3935922.

HSL color Cylindrical-coordinate representation of color #B20E3C: hue angle of 343.17º 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 #B20E3C is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB1781460-
CMYK00.920.660.30
HSL343.17º85.42%37.65%-
HSV(B)343.17º92.13%69.8%-
XYZ19.3310.115.21-
YUV68.28123.33206.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 70.63%
GREEN value IS 14 (5.86% from 255) = 5.56%
BLUE value IS 60 (23.83% from 255) = 23.81%
R=70.63%
G=5.56%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178146000.920.660.30343.1785.4237.65
HexB2E3C05C421E1575526
Octal262167401341023652712546
Binary101100101110111100010111001000010111101010101111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20E3C; }

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

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

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

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

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

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

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

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