#B20D42

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

Shades of Cardinal #B20D42

Tints of Cardinal #B20D42

Color information

#B20D42 (or 0xB20D42) is unknown color: approx Cardinal. HEX triplet: B2, 0D and 42. RGB value is (178,13,66). Sum of RGB (Red+Green+Blue) = 178+13+66=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20D42 is #4DF2BD. Grayscale: #444444. Windows color (decimal): -5108414 or 4328882. OLE color: 4328882.

HSL color Cylindrical-coordinate representation of color #B20D42: hue angle of 340.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 #B20D42 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB1781366-
CMYK00.930.630.30
HSL340.73º86.39%37.45%-
HSV(B)340.73º92.7%69.8%-
XYZ19.4910.156.09-
YUV68.38126.66206.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 69.26%
GREEN value IS 13 (5.47% from 255) = 5.06%
BLUE value IS 66 (26.17% from 255) = 25.68%
R=69.26%
G=5.06%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178136600.930.630.30340.7386.3937.45
HexB2D4205D3F1E1555625
Octal262151020135773652512645
Binary101100101101100001001011101111111111101010101011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20D42; }

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

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

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

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

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

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

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

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