#B72944

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

Shades of Old Rose #B72944

Tints of Old Rose #B72944

Color information

#B72944 (or 0xB72944) is unknown color: approx Old Rose. HEX triplet: B7, 29 and 44. RGB value is (183,41,68). Sum of RGB (Red+Green+Blue) = 183+41+68=292 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.67% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 183 - color contains mainly: red. Hex color #B72944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72944 is #48D6BB. Grayscale: #565656. Windows color (decimal): -4773564 or 4467127. OLE color: 4467127.

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

Color convert

RGB1834168-
CMYK00.780.630.28
HSL348.59º63.39%43.92%-
HSV(B)348.59º77.6%71.76%-
XYZ21.3612.076.67-
YUV86.54117.54196.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.67%
GREEN value IS 41 (16.41% from 255) = 14.04%
BLUE value IS 68 (26.95% from 255) = 23.29%
R=62.67%
G=14.04%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183416800.780.630.28348.5963.3943.92
HexB7294404E3F1C15d3f2c
Octal26751104011677345357754
Binary1011011110100110001000100111011111111100101011101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72944; }

 p { color: rgb(183,41,68); }

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

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

 a { background-color: rgb(183,41,68); }

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

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

 span { border-color: rgb(183,41,68); }

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