#B72E42

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

Shades of Old Rose #B72E42

Tints of Old Rose #B72E42

Color information

#B72E42 (or 0xB72E42) is unknown color: approx Old Rose. HEX triplet: B7, 2E and 42. RGB value is (183,46,66). Sum of RGB (Red+Green+Blue) = 183+46+66=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72E42 is #48D1BD. Grayscale: #595959. Windows color (decimal): -4772286 or 4337335. OLE color: 4337335.

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

Color convert

RGB1834666-
CMYK00.750.640.28
HSL351.24º59.83%44.9%-
HSV(B)351.24º74.86%71.76%-
XYZ21.4912.416.42-
YUV89.24114.89194.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.03%
GREEN value IS 46 (18.36% from 255) = 15.59%
BLUE value IS 66 (26.17% from 255) = 22.37%
R=62.03%
G=15.59%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183466600.750.640.28351.2459.8344.9
HexB72E4204B401C15f3c2d
Octal267561020113100345377455
Binary10110111101110100001001001011100000011100101011111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72E42; }

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

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

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

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

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

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

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

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