#B72A34

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

Shades of Cardinal #B72A34

Tints of Cardinal #B72A34

Color information

#B72A34 (or 0xB72A34) is unknown color: approx Cardinal. HEX triplet: B7, 2A and 34. RGB value is (183,42,52). Sum of RGB (Red+Green+Blue) = 183+42+52=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 42 (16.80% from 255 or 15.16% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72A34 is #48D5CB. Grayscale: #555555. Windows color (decimal): -4773324 or 3418807. OLE color: 3418807.

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

Color convert

RGB1834252-
CMYK00.770.720.28
HSL355.74º62.67%44.12%-
HSV(B)355.74º77.05%71.76%-
XYZ20.9811.974.45-
YUV85.3109.21197.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 66.06%
GREEN value IS 42 (16.80% from 255) = 15.16%
BLUE value IS 52 (20.70% from 255) = 18.77%
R=66.06%
G=15.16%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183425200.770.720.28355.7462.6744.12
HexB72A3404D481C1643f2c
Octal26752640115110345447754
Binary1011011110101011010001001101100100011100101100100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72A34; }

 p { color: rgb(183,42,52); }

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

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

 a { background-color: rgb(183,42,52); }

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

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

 span { border-color: rgb(183,42,52); }

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