#B20D37

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

Shades of Cardinal #B20D37

Tints of Cardinal #B20D37

Color information

#B20D37 (or 0xB20D37) is unknown color: approx Cardinal. HEX triplet: B2, 0D and 37. RGB value is (178,13,55). Sum of RGB (Red+Green+Blue) = 178+13+55=246 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.36% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20D37 is #4DF2C8. Grayscale: #434343. Windows color (decimal): -5108425 or 3607986. OLE color: 3607986.

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

Color convert

RGB1781355-
CMYK00.930.690.30
HSL344.73º86.39%37.45%-
HSV(B)344.73º92.7%69.8%-
XYZ19.1910.034.54-
YUV67.12121.16207.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 72.36%
GREEN value IS 13 (5.47% from 255) = 5.28%
BLUE value IS 55 (21.88% from 255) = 22.36%
R=72.36%
G=5.28%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178135500.930.690.30344.7386.3937.45
HexB2D3705D451E1595625
Octal262156701351053653112645
Binary101100101101110111010111011000101111101010110011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20D37; }

 p { color: rgb(178,13,55); }

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

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

 a { background-color: rgb(178,13,55); }

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

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

 span { border-color: rgb(178,13,55); }

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