#BD244B

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

Shades of Old Rose #BD244B

Tints of Old Rose #BD244B

Color information

#BD244B (or 0xBD244B) is unknown color: approx Old Rose. HEX triplet: BD, 24 and 4B. RGB value is (189,36,75). Sum of RGB (Red+Green+Blue) = 189+36+75=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD244B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD244B is #42DBB4. Grayscale: #565656. Windows color (decimal): -4381621 or 4924605. OLE color: 4924605.

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

Color convert

RGB1893675-
CMYK00.810.600.26
HSL344.71º68%44.12%-
HSV(B)344.71º80.95%74.12%-
XYZ22.8912.597.88-
YUV86.19121.69201.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63%
GREEN value IS 36 (14.45% from 255) = 12%
BLUE value IS 75 (29.69% from 255) = 25%
R=63%
G=12%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189367500.810.600.26344.716844.12
HexBD244B0513C1A159442c
Octal275441130121743253110454
Binary10111101100100100101101010001111100110101010110011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD244B; }

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

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

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

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

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

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

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

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