#B72937

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

Shades of Cardinal #B72937

Tints of Cardinal #B72937

Color information

#B72937 (or 0xB72937) is unknown color: approx Cardinal. HEX triplet: B7, 29 and 37. RGB value is (183,41,55). Sum of RGB (Red+Green+Blue) = 183+41+55=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 55 (21.88% from 255 or 19.71% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B72937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72937 is #48D6C8. Grayscale: #555555. Windows color (decimal): -4773577 or 3615159. OLE color: 3615159.

HSL color Cylindrical-coordinate representation of color #B72937: hue angle of 354.08º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B72937 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB1834155-
CMYK00.780.700.28
HSL354.08º63.39%43.92%-
HSV(B)354.08º77.6%71.76%-
XYZ21.0111.934.81-
YUV85.05111.04197.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.59%
GREEN value IS 41 (16.41% from 255) = 14.70%
BLUE value IS 55 (21.88% from 255) = 19.71%
R=65.59%
G=14.70%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183415500.780.700.28354.0863.3943.92
HexB7293704E461C1623f2c
Octal26751670116106345427754
Binary1011011110100111011101001110100011011100101100010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72937; }

 p { color: rgb(183,41,55); }

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

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

 a { background-color: rgb(183,41,55); }

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

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

 span { border-color: rgb(183,41,55); }

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