#BD2E4B

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

Shades of Old Rose #BD2E4B

Tints of Old Rose #BD2E4B

Color information

#BD2E4B (or 0xBD2E4B) is unknown color: approx Old Rose. HEX triplet: BD, 2E and 4B. RGB value is (189,46,75). Sum of RGB (Red+Green+Blue) = 189+46+75=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2E4B is #42D1B4. Grayscale: #5C5C5C. Windows color (decimal): -4379061 or 4927165. OLE color: 4927165.

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

Color convert

RGB1894675-
CMYK00.760.600.26
HSL347.83º60.85%46.08%-
HSV(B)347.83º75.66%74.12%-
XYZ23.2313.288-
YUV92.06118.38197.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.97%
GREEN value IS 46 (18.36% from 255) = 14.84%
BLUE value IS 75 (29.69% from 255) = 24.19%
R=60.97%
G=14.84%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189467500.760.600.26347.8360.8546.08
HexBD2E4B04C3C1A15c3d2e
Octal27556113011474325347556
Binary1011110110111010010110100110011110011010101011100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2E4B; }

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

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

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

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

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

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

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

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