#BD244A

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

Shades of Old Rose #BD244A

Tints of Old Rose #BD244A

Color information

#BD244A (or 0xBD244A) is unknown color: approx Old Rose. HEX triplet: BD, 24 and 4A. RGB value is (189,36,74). Sum of RGB (Red+Green+Blue) = 189+36+74=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD244A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD244A is #42DBB5. Grayscale: #565656. Windows color (decimal): -4381622 or 4859069. OLE color: 4859069.

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

Color convert

RGB1893674-
CMYK00.810.610.26
HSL345.1º68%44.12%-
HSV(B)345.1º80.95%74.12%-
XYZ22.8512.577.7-
YUV86.08121.19201.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.21%
GREEN value IS 36 (14.45% from 255) = 12.04%
BLUE value IS 74 (29.30% from 255) = 24.75%
R=63.21%
G=12.04%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189367400.810.610.26345.16844.12
HexBD244A0513D1A159442c
Octal275441120121753253110454
Binary10111101100100100101001010001111101110101010110011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD244A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD244A; }

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

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

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

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

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

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

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

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