#BD1753

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

Shades of Old Rose #BD1753

Tints of Old Rose #BD1753

Color information

#BD1753 (or 0xBD1753) is unknown color: approx Old Rose. HEX triplet: BD, 17 and 53. RGB value is (189,23,83). Sum of RGB (Red+Green+Blue) = 189+23+83=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1753 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1753 is #42E8AC. Grayscale: #4F4F4F. Windows color (decimal): -4384941 or 5445565. OLE color: 5445565.

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

Color convert

RGB1892383-
CMYK00.880.560.26
HSL338.31º78.3%41.57%-
HSV(B)338.31º87.83%74.12%-
XYZ22.8512.069.31-
YUV79.47130206.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.07%
GREEN value IS 23 (9.38% from 255) = 7.80%
BLUE value IS 83 (32.81% from 255) = 28.14%
R=64.07%
G=7.80%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189238300.880.560.26338.3178.341.57
HexBD1753058381A1524e2a
Octal275271230130703252211652
Binary1011110110111101001101011000111000110101010100101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1753; }

 p { color: rgb(189,23,83); }

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

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

 a { background-color: rgb(189,23,83); }

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

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

 span { border-color: rgb(189,23,83); }

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