#BD2450

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

Shades of Old Rose #BD2450

Tints of Old Rose #BD2450

Color information

#BD2450 (or 0xBD2450) is unknown color: approx Old Rose. HEX triplet: BD, 24 and 50. RGB value is (189,36,80). Sum of RGB (Red+Green+Blue) = 189+36+80=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2450 is #42DBAF. Grayscale: #565656. Windows color (decimal): -4381616 or 5252285. OLE color: 5252285.

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

Color convert

RGB1893680-
CMYK00.810.580.26
HSL342.75º68%44.12%-
HSV(B)342.75º80.95%74.12%-
XYZ23.0712.668.82-
YUV86.76124.19200.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.97%
GREEN value IS 36 (14.45% from 255) = 11.80%
BLUE value IS 80 (31.64% from 255) = 26.23%
R=61.97%
G=11.80%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189368000.810.580.26342.756844.12
HexBD24500513A1A157442c
Octal275441200121723252710454
Binary10111101100100101000001010001111010110101010101111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2450; }

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

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

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

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

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

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

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

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