#A22B00

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

Shades of Rust #A22B00

Tints of Rust #A22B00

Color information

#A22B00 (or 0xA22B00) is unknown color: approx Rust. HEX triplet: A2, 2B and 00. RGB value is (162,43,0). Sum of RGB (Red+Green+Blue) = 162+43+0=205 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.02% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 162 - color contains mainly: red. Hex color #A22B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22B00 is #5DD4FF. Grayscale: #494949. Windows color (decimal): -6149376 or 11170. OLE color: 11170.

HSL color Cylindrical-coordinate representation of color #A22B00: hue angle of 15.93º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A22B00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB162430-
CMYK00.7310.36
HSL15.93º100%31.76%-
HSV(B)15.93º100%63.53%-
XYZ15.769.410.99-
YUV73.6886.42191-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 79.02%
GREEN value IS 43 (17.19% from 255) = 20.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.02%
G=20.98%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16243000.7310.3615.9310031.76
HexA22B00496424106420
Octal2425300111144442014440
Binary101000101010110010010011100100100100100001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22B00; }

 p { color: rgb(162,43,0); }

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

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

 a { background-color: rgb(162,43,0); }

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

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

 span { border-color: rgb(162,43,0); }

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