#B72527

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

Shades of Cardinal #B72527

Tints of Cardinal #B72527

Color information

#B72527 (or 0xB72527) is unknown color: approx Cardinal. HEX triplet: B7, 25 and 27. RGB value is (183,37,39). Sum of RGB (Red+Green+Blue) = 183+37+39=259 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.66% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 39 (15.62% from 255 or 15.06% from 259); Max value from RGB is 183 - color contains mainly: red. Hex color #B72527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72527 is #48DAD8. Grayscale: #515151. Windows color (decimal): -4774617 or 2565559. OLE color: 2565559.

HSL color Cylindrical-coordinate representation of color #B72527: hue angle of 359.18º 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 #B72527 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB1833739-
CMYK00.800.790.28
HSL359.18º66.36%43.14%-
HSV(B)359.18º79.78%71.76%-
XYZ20.5611.543.06-
YUV80.88104.37200.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 70.66%
GREEN value IS 37 (14.84% from 255) = 14.29%
BLUE value IS 39 (15.62% from 255) = 15.06%
R=70.66%
G=14.29%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183373900.800.790.28359.1866.3643.14
HexB725270504F1C167422b
Octal267454701201173454710253
Binary10110111100101100111010100001001111111001011001111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72527; }

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

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

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

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

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

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

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

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