#BD2E4A

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

Shades of Old Rose #BD2E4A

Tints of Old Rose #BD2E4A

Color information

#BD2E4A (or 0xBD2E4A) is unknown color: approx Old Rose. HEX triplet: BD, 2E and 4A. RGB value is (189,46,74). Sum of RGB (Red+Green+Blue) = 189+46+74=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2E4A is #42D1B5. Grayscale: #5B5B5B. Windows color (decimal): -4379062 or 4861629. OLE color: 4861629.

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

Color convert

RGB1894674-
CMYK00.760.610.26
HSL348.25º60.85%46.08%-
HSV(B)348.25º75.66%74.12%-
XYZ23.213.277.82-
YUV91.95117.88197.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.17%
GREEN value IS 46 (18.36% from 255) = 14.89%
BLUE value IS 74 (29.30% from 255) = 23.95%
R=61.17%
G=14.89%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189467400.760.610.26348.2560.8546.08
HexBD2E4A04C3D1A15c3d2e
Octal27556112011475325347556
Binary1011110110111010010100100110011110111010101011100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2E4A; }

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

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

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

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

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

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

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

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