#B72842

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

Shades of Old Rose #B72842

Tints of Old Rose #B72842

Color information

#B72842 (or 0xB72842) is unknown color: approx Old Rose. HEX triplet: B7, 28 and 42. RGB value is (183,40,66). Sum of RGB (Red+Green+Blue) = 183+40+66=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B72842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72842 is #48D7BD. Grayscale: #555555. Windows color (decimal): -4773822 or 4335799. OLE color: 4335799.

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

Color convert

RGB1834066-
CMYK00.780.640.28
HSL349.09º64.13%43.73%-
HSV(B)349.09º78.14%71.76%-
XYZ21.2711.986.35-
YUV85.72116.88197.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.32%
GREEN value IS 40 (16.02% from 255) = 13.84%
BLUE value IS 66 (26.17% from 255) = 22.84%
R=63.32%
G=13.84%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183406600.780.640.28349.0964.1343.73
HexB7284204E401C15d402c
Octal2675010201161003453510054
Binary101101111010001000010010011101000000111001010111011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72842; }

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

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

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

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

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

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

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

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