#B22E11

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

Shades of Rust #B22E11

Tints of Rust #B22E11

Color information

#B22E11 (or 0xB22E11) is unknown color: approx Rust. HEX triplet: B2, 2E and 11. RGB value is (178,46,17). Sum of RGB (Red+Green+Blue) = 178+46+17=241 (31% of max value = 765). Red value is 178 (69.92% from 255 or 73.86% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 178 - color contains mainly: red. Hex color #B22E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22E11 is #4DD1EE. Grayscale: #525252. Windows color (decimal): -5100015 or 1126066. OLE color: 1126066.

HSL color Cylindrical-coordinate representation of color #B22E11: hue angle of 10.81º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B22E11 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB1784617-
CMYK00.740.900.30
HSL10.81º82.56%38.24%-
HSV(B)10.81º90.45%69.8%-
XYZ19.4411.461.72-
YUV82.1691.23196.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 73.86%
GREEN value IS 46 (18.36% from 255) = 19.09%
BLUE value IS 17 (7.03% from 255) = 7.05%
R=73.86%
G=19.09%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178461700.740.900.3010.8182.5638.24
HexB22E1104A5A1Eb5326
Octal26256210112132361312346
Binary10110010101110100010100101010110101111010111010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22E11; }

 p { color: rgb(178,46,17); }

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

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

 a { background-color: rgb(178,46,17); }

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

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

 span { border-color: rgb(178,46,17); }

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