#A82B05

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

Shades of Rust #A82B05

Tints of Rust #A82B05

Color information

#A82B05 (or 0xA82B05) is unknown color: approx Rust. HEX triplet: A8, 2B and 05. RGB value is (168,43,5). Sum of RGB (Red+Green+Blue) = 168+43+5=216 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.78% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 168 - color contains mainly: red. Hex color #A82B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82B05 is #57D4FA. Grayscale: #4C4C4C. Windows color (decimal): -5756155 or 338856. OLE color: 338856.

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

Color convert

RGB168435-
CMYK00.740.970.34
HSL13.99º94.22%33.92%-
HSV(B)13.99º97.02%65.88%-
XYZ17.0410.061.19-
YUV76.0487.91193.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 77.78%
GREEN value IS 43 (17.19% from 255) = 19.91%
BLUE value IS 5 (2.34% from 255) = 2.31%
R=77.78%
G=19.91%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.97
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16843500.740.970.3413.9994.2233.92
HexA82B504A6122e5e22
Octal2505350112141421613642
Binary1010100010101110101001010110000110001011101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82B05; }

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

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

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

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

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

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

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

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