#B11D52

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

Shades of Old Rose #B11D52

Tints of Old Rose #B11D52

Color information

#B11D52 (or 0xB11D52) is unknown color: approx Old Rose. HEX triplet: B1, 1D and 52. RGB value is (177,29,82). Sum of RGB (Red+Green+Blue) = 177+29+82=288 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.46% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11D52 is #4EE2AD. Grayscale: #4F4F4F. Windows color (decimal): -5169838 or 5381553. OLE color: 5381553.

HSL color Cylindrical-coordinate representation of color #B11D52: hue angle of 338.51º 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 #B11D52 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB1772982-
CMYK00.840.540.31
HSL338.51º71.84%40.39%-
HSV(B)338.51º83.62%69.41%-
XYZ20.0910.849.01-
YUV79.29129.53197.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.46%
GREEN value IS 29 (11.72% from 255) = 10.07%
BLUE value IS 82 (32.42% from 255) = 28.47%
R=61.46%
G=10.07%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177298200.840.540.31338.5171.8440.39
HexB11D52054361F1534828
Octal261351220124663752311050
Binary1011000111101101001001010100110110111111010100111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11D52; }

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

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

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

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

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

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

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

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