#B72C4C

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

Shades of Old Rose #B72C4C

Tints of Old Rose #B72C4C

Color information

#B72C4C (or 0xB72C4C) is unknown color: approx Old Rose. HEX triplet: B7, 2C and 4C. RGB value is (183,44,76). Sum of RGB (Red+Green+Blue) = 183+44+76=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72C4C is #48D3B3. Grayscale: #595959. Windows color (decimal): -4772788 or 4992183. OLE color: 4992183.

HSL color Cylindrical-coordinate representation of color #B72C4C: hue angle of 346.19º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B72C4C is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB1834476-
CMYK00.760.580.28
HSL346.19º61.23%44.51%-
HSV(B)346.19º75.96%71.76%-
XYZ21.7312.398.08-
YUV89.21120.55194.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.40%
GREEN value IS 44 (17.58% from 255) = 14.52%
BLUE value IS 76 (30.08% from 255) = 25.08%
R=60.40%
G=14.52%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183447600.760.580.28346.1961.2344.51
HexB72C4C04C3A1C15a3d2d
Octal26754114011472345327555
Binary1011011110110010011000100110011101011100101011010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72C4C; }

 p { color: rgb(183,44,76); }

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

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

 a { background-color: rgb(183,44,76); }

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

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

 span { border-color: rgb(183,44,76); }

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