#BD2458

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

Shades of Old Rose #BD2458

Tints of Old Rose #BD2458

Color information

#BD2458 (or 0xBD2458) is unknown color: approx Old Rose. HEX triplet: BD, 24 and 58. RGB value is (189,36,88). Sum of RGB (Red+Green+Blue) = 189+36+88=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2458 is #42DBA7. Grayscale: #575757. Windows color (decimal): -4381608 or 5776573. OLE color: 5776573.

HSL color Cylindrical-coordinate representation of color #BD2458: hue angle of 339.61º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2458 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB1893688-
CMYK00.810.530.26
HSL339.61º68%44.12%-
HSV(B)339.61º80.95%74.12%-
XYZ23.3812.7910.47-
YUV87.68128.19200.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.38%
GREEN value IS 36 (14.45% from 255) = 11.50%
BLUE value IS 88 (34.77% from 255) = 28.12%
R=60.38%
G=11.50%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189368800.810.530.26339.616844.12
HexBD2458051351A154442c
Octal275441300121653252410454
Binary10111101100100101100001010001110101110101010101001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2458; }

 p { color: rgb(189,36,88); }

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

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

 a { background-color: rgb(189,36,88); }

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

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

 span { border-color: rgb(189,36,88); }

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