#A82C09

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

Shades of Rust #A82C09

Tints of Rust #A82C09

Color information

#A82C09 (or 0xA82C09) is unknown color: approx Rust. HEX triplet: A8, 2C and 09. RGB value is (168,44,9). Sum of RGB (Red+Green+Blue) = 168+44+9=221 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.02% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82C09 is #57D3F6. Grayscale: #4D4D4D. Windows color (decimal): -5755895 or 601256. OLE color: 601256.

HSL color Cylindrical-coordinate representation of color #A82C09: hue angle of 13.21º 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 #A82C09 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB168449-
CMYK00.740.950.34
HSL13.21º89.83%34.71%-
HSV(B)13.21º94.64%65.88%-
XYZ17.110.151.32-
YUV77.0989.58192.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 76.02%
GREEN value IS 44 (17.58% from 255) = 19.91%
BLUE value IS 9 (3.91% from 255) = 4.07%
R=76.02%
G=19.91%
B=4.07%

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
Decimal16844900.740.950.3413.2189.8334.71
HexA82C904A5F22d5a23
Octal25054110112137421513243
Binary10101000101100100101001010101111110001011011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82C09; }

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

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

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

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

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

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

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

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