#B44344

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

Shades of Old Rose #B44344

Tints of Old Rose #B44344

Color information

#B44344 (or 0xB44344) is unknown color: approx Old Rose. HEX triplet: B4, 43 and 44. RGB value is (180,67,68). Sum of RGB (Red+Green+Blue) = 180+67+68=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B44344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44344 is #4BBCBB. Grayscale: #656565. Windows color (decimal): -4963516 or 4473780. OLE color: 4473780.

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

Color convert

RGB1806768-
CMYK00.630.620.29
HSL359.47º45.75%48.43%-
HSV(B)359.47º62.78%70.59%-
XYZ21.8714.137.04-
YUV100.9109.44184.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.14%
GREEN value IS 67 (26.56% from 255) = 21.27%
BLUE value IS 68 (26.95% from 255) = 21.59%
R=57.14%
G=21.27%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180676800.630.620.29359.4745.7548.43
HexB4434403F3E1D1672e30
Octal26410310407776355475660
Binary1011010010000111000100011111111111011101101100111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44344; }

 p { color: rgb(180,67,68); }

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

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

 a { background-color: rgb(180,67,68); }

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

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

 span { border-color: rgb(180,67,68); }

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