#B01D52

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

Shades of Old Rose #B01D52

Tints of Old Rose #B01D52

Color information

#B01D52 (or 0xB01D52) is unknown color: approx Old Rose. HEX triplet: B0, 1D and 52. RGB value is (176,29,82). Sum of RGB (Red+Green+Blue) = 176+29+82=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B01D52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01D52 is #4FE2AD. Grayscale: #4E4E4E. Windows color (decimal): -5235374 or 5381552. OLE color: 5381552.

HSL color Cylindrical-coordinate representation of color #B01D52: hue angle of 338.37º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01D52 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB1762982-
CMYK00.840.530.31
HSL338.37º71.71%40.2%-
HSV(B)338.37º83.52%69.02%-
XYZ19.8710.729-
YUV78.99129.7197.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.32%
GREEN value IS 29 (11.72% from 255) = 10.10%
BLUE value IS 82 (32.42% from 255) = 28.57%
R=61.32%
G=10.10%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176298200.840.530.31338.3771.7140.2
HexB01D52054351F1524828
Octal260351220124653752211050
Binary1011000011101101001001010100110101111111010100101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01D52; }

 p { color: rgb(176,29,82); }

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

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

 a { background-color: rgb(176,29,82); }

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

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

 span { border-color: rgb(176,29,82); }

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