#BD2445

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

Shades of Old Rose #BD2445

Tints of Old Rose #BD2445

Color information

#BD2445 (or 0xBD2445) is unknown color: approx Old Rose. HEX triplet: BD, 24 and 45. RGB value is (189,36,69). Sum of RGB (Red+Green+Blue) = 189+36+69=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2445 is #42DBBA. Grayscale: #555555. Windows color (decimal): -4381627 or 4531389. OLE color: 4531389.

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

Color convert

RGB1893669-
CMYK00.810.630.26
HSL347.06º68%44.12%-
HSV(B)347.06º80.95%74.12%-
XYZ22.6912.516.85-
YUV85.51118.69201.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.29%
GREEN value IS 36 (14.45% from 255) = 12.24%
BLUE value IS 69 (27.34% from 255) = 23.47%
R=64.29%
G=12.24%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189366900.810.630.26347.066844.12
HexBD24450513F1A15b442c
Octal275441050121773253310454
Binary10111101100100100010101010001111111110101010110111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2445; }

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

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

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

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

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

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

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

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