#A82B09

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

Shades of Rust #A82B09

Tints of Rust #A82B09

Color information

#A82B09 (or 0xA82B09) is unknown color: approx Rust. HEX triplet: A8, 2B and 09. RGB value is (168,43,9). Sum of RGB (Red+Green+Blue) = 168+43+9=220 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.36% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 9 (3.91% from 255 or 4.09% from 220); Max value from RGB is 168 - color contains mainly: red. Hex color #A82B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82B09 is #57D4F6. Grayscale: #4C4C4C. Windows color (decimal): -5756151 or 601000. OLE color: 601000.

HSL color Cylindrical-coordinate representation of color #A82B09: hue angle of 12.83º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A82B09 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB168439-
CMYK00.740.950.34
HSL12.83º89.83%34.71%-
HSV(B)12.83º94.64%65.88%-
XYZ17.0610.071.3-
YUV76.589.91193.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 76.36%
GREEN value IS 43 (17.19% from 255) = 19.55%
BLUE value IS 9 (3.91% from 255) = 4.09%
R=76.36%
G=19.55%
B=4.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.95
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16843900.740.950.3412.8389.8334.71
HexA82B904A5F22d5a23
Octal25053110112137421513243
Binary10101000101011100101001010101111110001011011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82B09; }

 p { color: rgb(168,43,9); }

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

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

 a { background-color: rgb(168,43,9); }

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

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

 span { border-color: rgb(168,43,9); }

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