#B72F42

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

Shades of Old Rose #B72F42

Tints of Old Rose #B72F42

Color information

#B72F42 (or 0xB72F42) is unknown color: approx Old Rose. HEX triplet: B7, 2F and 42. RGB value is (183,47,66). Sum of RGB (Red+Green+Blue) = 183+47+66=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B72F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72F42 is #48D0BD. Grayscale: #595959. Windows color (decimal): -4772030 or 4337591. OLE color: 4337591.

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

Color convert

RGB1834766-
CMYK00.740.640.28
HSL351.62º59.13%45.1%-
HSV(B)351.62º74.32%71.76%-
XYZ21.5312.496.43-
YUV89.83114.56194.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61.82%
GREEN value IS 47 (18.75% from 255) = 15.88%
BLUE value IS 66 (26.17% from 255) = 22.30%
R=61.82%
G=15.88%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183476600.740.640.28351.6259.1345.1
HexB72F4204A401C1603b2d
Octal267571020112100345407355
Binary10110111101111100001001001010100000011100101100000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72F42; }

 p { color: rgb(183,47,66); }

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

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

 a { background-color: rgb(183,47,66); }

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

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

 span { border-color: rgb(183,47,66); }

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