#BD1B52

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

Shades of Old Rose #BD1B52

Tints of Old Rose #BD1B52

Color information

#BD1B52 (or 0xBD1B52) is unknown color: approx Old Rose. HEX triplet: BD, 1B and 52. RGB value is (189,27,82). Sum of RGB (Red+Green+Blue) = 189+27+82=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1B52 is #42E4AD. Grayscale: #515151. Windows color (decimal): -4383918 or 5381053. OLE color: 5381053.

HSL color Cylindrical-coordinate representation of color #BD1B52: hue angle of 339.63º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1B52 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB1892782-
CMYK00.860.570.26
HSL339.63º75%42.35%-
HSV(B)339.63º85.71%74.12%-
XYZ22.912.219.13-
YUV81.71128.17204.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.42%
GREEN value IS 27 (10.94% from 255) = 9.06%
BLUE value IS 82 (32.42% from 255) = 27.52%
R=63.42%
G=9.06%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189278200.860.570.26339.637542.35
HexBD1B52056391A1544b2a
Octal275331220126713252411352
Binary1011110111011101001001010110111001110101010101001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1B52; }

 p { color: rgb(189,27,82); }

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

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

 a { background-color: rgb(189,27,82); }

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

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

 span { border-color: rgb(189,27,82); }

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