#bd1a4c

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

Shades of Old Rose #BD1A4C

Tints of Old Rose #BD1A4C

Color information

#BD1A4C (or 0xBD1A4C) is unknown color: approx Old Rose. HEX triplet: BD, 1A and 4C. RGB value is (189,26,76). Sum of RGB (Red+Green+Blue) = 189+26+76=291 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.95% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1A4C is #42E5B3. Grayscale: #505050. Windows color (decimal): -4384180 or 4987581. OLE color: 4987581.

HSL color Cylindrical-coordinate representation of color #BD1A4C: hue angle of 341.6º degrees, saturation: 0.76, 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 #BD1A4C is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB1892676-
CMYK00.860.600.26
HSL341.6º75.81%42.16%-
HSV(B)341.6º86.24%74.12%-
XYZ22.6612.087.97-
YUV80.44125.5205.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.95%
GREEN value IS 26 (10.55% from 255) = 8.93%
BLUE value IS 76 (30.08% from 255) = 26.12%
R=64.95%
G=8.93%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189267600.860.600.26341.675.8142.16
HexBD1A4C0563C1A1564c2a
Octal275321140126743252611452
Binary1011110111010100110001010110111100110101010101101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd1a4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd1a4c; }

 p { color: rgb(189,26,76); }

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

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

 a { background-color: rgb(189,26,76); }

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

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

 span { border-color: rgb(189,26,76); }

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