#A22605

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

Shades of Rust #A22605

Tints of Rust #A22605

Color information

#A22605 (or 0xA22605) is unknown color: approx Rust. HEX triplet: A2, 26 and 05. RGB value is (162,38,5). Sum of RGB (Red+Green+Blue) = 162+38+5=205 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.02% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 162 - color contains mainly: red. Hex color #A22605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22605 is #5DD9FA. Grayscale: #474747. Windows color (decimal): -6150651 or 337570. OLE color: 337570.

HSL color Cylindrical-coordinate representation of color #A22605: hue angle of 12.61º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A22605 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB162385-
CMYK00.770.970.36
HSL12.61º94.01%32.75%-
HSV(B)12.61º96.91%63.53%-
XYZ15.629.081.07-
YUV71.3190.58192.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 79.02%
GREEN value IS 38 (15.23% from 255) = 18.54%
BLUE value IS 5 (2.34% from 255) = 2.44%
R=79.02%
G=18.54%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16238500.770.970.3612.6194.0132.75
HexA226504D6124d5e21
Octal2424650115141441513641
Binary1010001010011010101001101110000110010011011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22605; }

 p { color: rgb(162,38,5); }

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

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

 a { background-color: rgb(162,38,5); }

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

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

 span { border-color: rgb(162,38,5); }

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