#B72028

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

Shades of Cardinal #B72028

Tints of Cardinal #B72028

Color information

#B72028 (or 0xB72028) is unknown color: approx Cardinal. HEX triplet: B7, 20 and 28. RGB value is (183,32,40). Sum of RGB (Red+Green+Blue) = 183+32+40=255 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.76% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 183 - color contains mainly: red. Hex color #B72028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72028 is #48DFD7. Grayscale: #4E4E4E. Windows color (decimal): -4775896 or 2629815. OLE color: 2629815.

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

Color convert

RGB1833240-
CMYK00.830.780.28
HSL356.82º70.23%42.16%-
HSV(B)356.82º82.51%71.76%-
XYZ20.4311.253.1-
YUV78.06106.53202.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 71.76%
GREEN value IS 32 (12.89% from 255) = 12.55%
BLUE value IS 40 (16.02% from 255) = 15.69%
R=71.76%
G=12.55%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183324000.830.780.28356.8270.2342.16
HexB720280534E1C165462a
Octal267405001231163454510652
Binary10110111100000101000010100111001110111001011001011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72028; }

 p { color: rgb(183,32,40); }

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

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

 a { background-color: rgb(183,32,40); }

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

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

 span { border-color: rgb(183,32,40); }

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