#B72528

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

Shades of Cardinal #B72528

Tints of Cardinal #B72528

Color information

#B72528 (or 0xB72528) is unknown color: approx Cardinal. HEX triplet: B7, 25 and 28. RGB value is (183,37,40). Sum of RGB (Red+Green+Blue) = 183+37+40=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B72528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72528 is #48DAD7. Grayscale: #515151. Windows color (decimal): -4774616 or 2631095. OLE color: 2631095.

HSL color Cylindrical-coordinate representation of color #B72528: hue angle of 358.77º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B72528 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB1833740-
CMYK00.800.780.28
HSL358.77º66.36%43.14%-
HSV(B)358.77º79.78%71.76%-
XYZ20.5711.543.15-
YUV81104.87200.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 70.38%
GREEN value IS 37 (14.84% from 255) = 14.23%
BLUE value IS 40 (16.02% from 255) = 15.38%
R=70.38%
G=14.23%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183374000.800.780.28358.7766.3643.14
HexB725280504E1C167422b
Octal267455001201163454710253
Binary10110111100101101000010100001001110111001011001111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72528; }

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

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

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

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

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

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

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

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