#B44220

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

Shades of Rust #B44220

Tints of Rust #B44220

Color information

#B44220 (or 0xB44220) is unknown color: approx Rust. HEX triplet: B4, 42 and 20. RGB value is (180,66,32). Sum of RGB (Red+Green+Blue) = 180+66+32=278 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.75% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 180 - color contains mainly: red. Hex color #B44220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44220 is #4BBDDF. Grayscale: #606060. Windows color (decimal): -4963808 or 2114228. OLE color: 2114228.

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

Color convert

RGB1806632-
CMYK00.630.820.29
HSL13.78º69.81%41.57%-
HSV(B)13.78º82.22%70.59%-
XYZ21.0313.72.9-
YUV96.2191.77187.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 64.75%
GREEN value IS 66 (26.17% from 255) = 23.74%
BLUE value IS 32 (12.89% from 255) = 11.51%
R=64.75%
G=23.74%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180663200.630.820.2913.7869.8141.57
HexB4422003F521De462a
Octal26410240077122351610652
Binary101101001000010100000011111110100101110111101000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44220; }

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

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

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

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

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

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

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

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