#B72E4B

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

Shades of Old Rose #B72E4B

Tints of Old Rose #B72E4B

Color information

#B72E4B (or 0xB72E4B) is unknown color: approx Old Rose. HEX triplet: B7, 2E and 4B. RGB value is (183,46,75). Sum of RGB (Red+Green+Blue) = 183+46+75=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72E4B is #48D1B4. Grayscale: #5A5A5A. Windows color (decimal): -4772277 or 4927159. OLE color: 4927159.

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

Color convert

RGB1834675-
CMYK00.750.590.28
HSL347.3º59.83%44.9%-
HSV(B)347.3º74.86%71.76%-
XYZ21.7812.537.93-
YUV90.27119.39194.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.20%
GREEN value IS 46 (18.36% from 255) = 15.13%
BLUE value IS 75 (29.69% from 255) = 24.67%
R=60.20%
G=15.13%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183467500.750.590.28347.359.8344.9
HexB72E4B04B3B1C15b3c2d
Octal26756113011373345337455
Binary1011011110111010010110100101111101111100101011011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72E4B; }

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

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

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

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

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

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

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

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