#B72240

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

Shades of Cardinal #B72240

Tints of Cardinal #B72240

Color information

#B72240 (or 0xB72240) is unknown color: approx Cardinal. HEX triplet: B7, 22 and 40. RGB value is (183,34,64). Sum of RGB (Red+Green+Blue) = 183+34+64=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B72240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72240 is #48DDBF. Grayscale: #525252. Windows color (decimal): -4775360 or 4203191. OLE color: 4203191.

HSL color Cylindrical-coordinate representation of color #B72240: hue angle of 347.92º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72240 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB1833464-
CMYK00.810.650.28
HSL347.92º68.66%42.55%-
HSV(B)347.92º81.42%71.76%-
XYZ21.0311.585.98-
YUV81.97117.86200.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.12%
GREEN value IS 34 (13.67% from 255) = 12.10%
BLUE value IS 64 (25.39% from 255) = 22.78%
R=65.12%
G=12.10%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183346400.810.650.28347.9268.6642.55
HexB72240051411C15c452b
Octal2674210001211013453410553
Binary101101111000101000000010100011000001111001010111001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72240; }

 p { color: rgb(183,34,64); }

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

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

 a { background-color: rgb(183,34,64); }

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

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

 span { border-color: rgb(183,34,64); }

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