#B72A4C

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

Shades of Old Rose #B72A4C

Tints of Old Rose #B72A4C

Color information

#B72A4C (or 0xB72A4C) is unknown color: approx Old Rose. HEX triplet: B7, 2A and 4C. RGB value is (183,42,76). Sum of RGB (Red+Green+Blue) = 183+42+76=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72A4C is #48D5B3. Grayscale: #585858. Windows color (decimal): -4773300 or 4991671. OLE color: 4991671.

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

Color convert

RGB1834276-
CMYK00.770.580.28
HSL345.53º62.67%44.12%-
HSV(B)345.53º77.05%71.76%-
XYZ21.6612.258.06-
YUV88.04121.21195.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.80%
GREEN value IS 42 (16.80% from 255) = 13.95%
BLUE value IS 76 (30.08% from 255) = 25.25%
R=60.80%
G=13.95%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183427600.770.580.28345.5362.6744.12
HexB72A4C04D3A1C15a3f2c
Octal26752114011572345327754
Binary1011011110101010011000100110111101011100101011010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72A4C; }

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

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

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

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

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

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

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

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