#B44246

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

Shades of Old Rose #B44246

Tints of Old Rose #B44246

Color information

#B44246 (or 0xB44246) is unknown color: approx Old Rose. HEX triplet: B4, 42 and 46. RGB value is (180,66,70). Sum of RGB (Red+Green+Blue) = 180+66+70=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B44246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44246 is #4BBDB9. Grayscale: #646464. Windows color (decimal): -4963770 or 4604596. OLE color: 4604596.

HSL color Cylindrical-coordinate representation of color #B44246: hue angle of 357.89º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B44246 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB1806670-
CMYK00.630.610.29
HSL357.89º46.34%48.24%-
HSV(B)357.89º63.33%70.59%-
XYZ21.8814.047.35-
YUV100.54110.77184.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.96%
GREEN value IS 66 (26.17% from 255) = 20.89%
BLUE value IS 70 (27.73% from 255) = 22.15%
R=56.96%
G=20.89%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180667000.630.610.29357.8946.3448.24
HexB4424603F3D1D1662e30
Octal26410210607775355465660
Binary1011010010000101000110011111111110111101101100110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44246; }

 p { color: rgb(180,66,70); }

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

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

 a { background-color: rgb(180,66,70); }

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

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

 span { border-color: rgb(180,66,70); }

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