#B72A41

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

Shades of Old Rose #B72A41

Tints of Old Rose #B72A41

Color information

#B72A41 (or 0xB72A41) is unknown color: approx Old Rose. HEX triplet: B7, 2A and 41. RGB value is (183,42,65). Sum of RGB (Red+Green+Blue) = 183+42+65=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72A41 is #48D5BE. Grayscale: #565656. Windows color (decimal): -4773311 or 4270775. OLE color: 4270775.

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

Color convert

RGB1834265-
CMYK00.770.640.28
HSL350.21º62.67%44.12%-
HSV(B)350.21º77.05%71.76%-
XYZ21.3112.16.21-
YUV86.78115.71196.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.10%
GREEN value IS 42 (16.80% from 255) = 14.48%
BLUE value IS 65 (25.78% from 255) = 22.41%
R=63.10%
G=14.48%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183426500.770.640.28350.2162.6744.12
HexB72A4104D401C15e3f2c
Octal267521010115100345367754
Binary10110111101010100000101001101100000011100101011110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72A41; }

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

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

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

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

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

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

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

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