#A82A0B

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

Shades of Rust #A82A0B

Tints of Rust #A82A0B

Color information

#A82A0B (or 0xA82A0B) is unknown color: approx Rust. HEX triplet: A8, 2A and 0B. RGB value is (168,42,11). Sum of RGB (Red+Green+Blue) = 168+42+11=221 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.02% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 168 - color contains mainly: red. Hex color #A82A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82A0B is #57D5F4. Grayscale: #4C4C4C. Windows color (decimal): -5756405 or 731816. OLE color: 731816.

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

Color convert

RGB1684211-
CMYK00.750.930.34
HSL11.85º87.71%35.1%-
HSV(B)11.85º93.45%65.88%-
XYZ17.04101.35-
YUV76.1491.24193.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 76.02%
GREEN value IS 42 (16.80% from 255) = 19.00%
BLUE value IS 11 (4.69% from 255) = 4.98%
R=76.02%
G=19.00%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168421100.750.930.3411.8587.7135.1
HexA82AB04B5D22c5823
Octal25052130113135421413043
Binary10101000101010101101001011101110110001011001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82A0B; }

 p { color: rgb(168,42,11); }

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

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

 a { background-color: rgb(168,42,11); }

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

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

 span { border-color: rgb(168,42,11); }

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