#B44420

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

Shades of Rust #B44420

Tints of Rust #B44420

Color information

#B44420 (or 0xB44420) is unknown color: approx Rust. HEX triplet: B4, 44 and 20. RGB value is (180,68,32). Sum of RGB (Red+Green+Blue) = 180+68+32=280 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.29% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 180 - color contains mainly: red. Hex color #B44420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44420 is #4BBBDF. Grayscale: #616161. Windows color (decimal): -4963296 or 2114740. OLE color: 2114740.

HSL color Cylindrical-coordinate representation of color #B44420: hue angle of 14.59º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B44420 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB1806832-
CMYK00.620.820.29
HSL14.59º69.81%41.57%-
HSV(B)14.59º82.22%70.59%-
XYZ21.1513.942.94-
YUV97.3891.11186.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 64.29%
GREEN value IS 68 (26.95% from 255) = 24.29%
BLUE value IS 32 (12.89% from 255) = 11.43%
R=64.29%
G=24.29%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180683200.620.820.2914.5969.8141.57
HexB4442003E521Df462a
Octal26410440076122351710652
Binary101101001000100100000011111010100101110111111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44420; }

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

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

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

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

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

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

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

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