#BD1D4A

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

Shades of Old Rose #BD1D4A

Tints of Old Rose #BD1D4A

Color information

#BD1D4A (or 0xBD1D4A) is unknown color: approx Old Rose. HEX triplet: BD, 1D and 4A. RGB value is (189,29,74). Sum of RGB (Red+Green+Blue) = 189+29+74=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1D4A is #42E2B5. Grayscale: #515151. Windows color (decimal): -4383414 or 4857277. OLE color: 4857277.

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

Color convert

RGB1892974-
CMYK00.850.610.26
HSL343.12º73.39%42.75%-
HSV(B)343.12º84.66%74.12%-
XYZ22.6612.197.64-
YUV81.97123.51204.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.73%
GREEN value IS 29 (11.72% from 255) = 9.93%
BLUE value IS 74 (29.30% from 255) = 25.34%
R=64.73%
G=9.93%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189297400.850.610.26343.1273.3942.75
HexBD1D4A0553D1A157492b
Octal275351120125753252711153
Binary1011110111101100101001010101111101110101010101111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1D4A; }

 p { color: rgb(189,29,74); }

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

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

 a { background-color: rgb(189,29,74); }

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

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

 span { border-color: rgb(189,29,74); }

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