#B72C4A

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

Shades of Old Rose #B72C4A

Tints of Old Rose #B72C4A

Color information

#B72C4A (or 0xB72C4A) is unknown color: approx Old Rose. HEX triplet: B7, 2C and 4A. RGB value is (183,44,74). Sum of RGB (Red+Green+Blue) = 183+44+74=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72C4A is #48D3B5. Grayscale: #595959. Windows color (decimal): -4772790 or 4861111. OLE color: 4861111.

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

Color convert

RGB1834474-
CMYK00.760.600.28
HSL347.05º61.23%44.51%-
HSV(B)347.05º75.96%71.76%-
XYZ21.6712.367.72-
YUV88.98119.55195.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.80%
GREEN value IS 44 (17.58% from 255) = 14.62%
BLUE value IS 74 (29.30% from 255) = 24.58%
R=60.80%
G=14.62%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183447400.760.600.28347.0561.2344.51
HexB72C4A04C3C1C15b3d2d
Octal26754112011474345337555
Binary1011011110110010010100100110011110011100101011011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72C4A; }

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

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

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

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

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

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

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

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