#BD2D4E

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

Shades of Old Rose #BD2D4E

Tints of Old Rose #BD2D4E

Color information

#BD2D4E (or 0xBD2D4E) is unknown color: approx Old Rose. HEX triplet: BD, 2D and 4E. RGB value is (189,45,78). Sum of RGB (Red+Green+Blue) = 189+45+78=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2D4E is #42D2B1. Grayscale: #5B5B5B. Windows color (decimal): -4379314 or 5123517. OLE color: 5123517.

HSL color Cylindrical-coordinate representation of color #BD2D4E: hue angle of 346.25º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD2D4E is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB1894578-
CMYK00.760.590.26
HSL346.25º61.54%45.88%-
HSV(B)346.25º76.19%74.12%-
XYZ23.313.258.54-
YUV91.82120.21197.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.58%
GREEN value IS 45 (17.97% from 255) = 14.42%
BLUE value IS 78 (30.86% from 255) = 25%
R=60.58%
G=14.42%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189457800.760.590.26346.2561.5445.88
HexBD2D4E04C3B1A15a3e2e
Octal27555116011473325327656
Binary1011110110110110011100100110011101111010101011010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2D4E; }

 p { color: rgb(189,45,78); }

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

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

 a { background-color: rgb(189,45,78); }

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

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

 span { border-color: rgb(189,45,78); }

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