#B72A4A

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

Shades of Old Rose #B72A4A

Tints of Old Rose #B72A4A

Color information

#B72A4A (or 0xB72A4A) is unknown color: approx Old Rose. HEX triplet: B7, 2A and 4A. RGB value is (183,42,74). Sum of RGB (Red+Green+Blue) = 183+42+74=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72A4A is #48D5B5. Grayscale: #575757. Windows color (decimal): -4773302 or 4860599. OLE color: 4860599.

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

Color convert

RGB1834274-
CMYK00.770.600.28
HSL346.38º62.67%44.12%-
HSV(B)346.38º77.05%71.76%-
XYZ21.5912.227.7-
YUV87.81120.21195.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61.20%
GREEN value IS 42 (16.80% from 255) = 14.05%
BLUE value IS 74 (29.30% from 255) = 24.75%
R=61.20%
G=14.05%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183427400.770.600.28346.3862.6744.12
HexB72A4A04D3C1C15a3f2c
Octal26752112011574345327754
Binary1011011110101010010100100110111110011100101011010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72A4A; }

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

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

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

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

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

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

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

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