#A62800

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

Shades of Rust #A62800

Tints of Rust #A62800

Color information

#A62800 (or 0xA62800) is unknown color: approx Rust. HEX triplet: A6, 28 and 00. RGB value is (166,40,0). Sum of RGB (Red+Green+Blue) = 166+40+0=206 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.58% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 166 - color contains mainly: red. Hex color #A62800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62800 is #59D7FF. Grayscale: #494949. Windows color (decimal): -5888000 or 10406. OLE color: 10406.

HSL color Cylindrical-coordinate representation of color #A62800: hue angle of 14.46º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A62800 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB166400-
CMYK00.7610.35
HSL14.46º100%32.55%-
HSV(B)14.46º100%65.1%-
XYZ16.489.620.99-
YUV73.1186.74194.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 80.58%
GREEN value IS 40 (16.02% from 255) = 19.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.58%
G=19.42%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16640000.7610.3514.4610032.55
HexA628004C6423e6421
Octal2465000114144431614441
Binary10100110101000001001100110010010001111101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62800; }

 p { color: rgb(166,40,0); }

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

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

 a { background-color: rgb(166,40,0); }

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

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

 span { border-color: rgb(166,40,0); }

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