#B22A09

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

Shades of Rust #B22A09

Tints of Rust #B22A09

Color information

#B22A09 (or 0xB22A09) is unknown color: approx Rust. HEX triplet: B2, 2A and 09. RGB value is (178,42,9). Sum of RGB (Red+Green+Blue) = 178+42+9=229 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.73% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 178 - color contains mainly: red. Hex color #B22A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22A09 is #4DD5F6. Grayscale: #4F4F4F. Windows color (decimal): -5101047 or 600754. OLE color: 600754.

HSL color Cylindrical-coordinate representation of color #B22A09: hue angle of 11.72º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B22A09 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.30.

Color convert

RGB178429-
CMYK00.760.950.30
HSL11.72º90.37%36.67%-
HSV(B)11.72º94.94%69.8%-
XYZ19.2411.141.39-
YUV78.988.56198.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 77.73%
GREEN value IS 42 (16.80% from 255) = 18.34%
BLUE value IS 9 (3.91% from 255) = 3.93%
R=77.73%
G=18.34%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.95
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17842900.760.950.3011.7290.3736.67
HexB22A904C5F1Ec5a25
Octal26252110114137361413245
Binary1011001010101010010100110010111111111011001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22A09; }

 p { color: rgb(178,42,9); }

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

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

 a { background-color: rgb(178,42,9); }

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

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

 span { border-color: rgb(178,42,9); }

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