#BD1C53

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

Shades of Old Rose #BD1C53

Tints of Old Rose #BD1C53

Color information

#BD1C53 (or 0xBD1C53) is unknown color: approx Old Rose. HEX triplet: BD, 1C and 53. RGB value is (189,28,83). Sum of RGB (Red+Green+Blue) = 189+28+83=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 83 (32.81% from 255 or 27.67% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1C53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1C53 is #42E3AC. Grayscale: #525252. Windows color (decimal): -4383661 or 5446845. OLE color: 5446845.

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

Color convert

RGB1892883-
CMYK00.850.560.26
HSL339.5º74.19%42.55%-
HSV(B)339.5º85.19%74.12%-
XYZ22.9612.279.34-
YUV82.41128.34204.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63%
GREEN value IS 28 (11.33% from 255) = 9.33%
BLUE value IS 83 (32.81% from 255) = 27.67%
R=63%
G=9.33%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189288300.850.560.26339.574.1942.55
HexBD1C53055381A1544a2b
Octal275341230125703252411253
Binary1011110111100101001101010101111000110101010101001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1C53; }

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

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

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

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

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

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

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

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