#BD1C54

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

Shades of Old Rose #BD1C54

Tints of Old Rose #BD1C54

Color information

#BD1C54 (or 0xBD1C54) is unknown color: approx Old Rose. HEX triplet: BD, 1C and 54. RGB value is (189,28,84). Sum of RGB (Red+Green+Blue) = 189+28+84=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1C54 is #42E3AB. Grayscale: #525252. Windows color (decimal): -4383660 or 5512381. OLE color: 5512381.

HSL color Cylindrical-coordinate representation of color #BD1C54: hue angle of 339.13º 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 #BD1C54 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB1892884-
CMYK00.850.560.26
HSL339.13º74.19%42.55%-
HSV(B)339.13º85.19%74.12%-
XYZ2312.299.55-
YUV82.52128.84203.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 62.79%
GREEN value IS 28 (11.33% from 255) = 9.30%
BLUE value IS 84 (33.20% from 255) = 27.91%
R=62.79%
G=9.30%
B=27.91%

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
Decimal189288400.850.560.26339.1374.1942.55
HexBD1C54055381A1534a2b
Octal275341240125703252311253
Binary1011110111100101010001010101111000110101010100111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1C54; }

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

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

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

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

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

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

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

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