#A62600

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

Shades of Rust #A62600

Tints of Rust #A62600

Color information

#A62600 (or 0xA62600) is unknown color: approx Rust. HEX triplet: A6, 26 and 00. RGB value is (166,38,0). Sum of RGB (Red+Green+Blue) = 166+38+0=204 (27% of max value = 765). Red value is 166 (65.23% from 255 or 81.37% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 166 - color contains mainly: red. Hex color #A62600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62600 is #59D9FF. Grayscale: #484848. Windows color (decimal): -5888512 or 9894. OLE color: 9894.

HSL color Cylindrical-coordinate representation of color #A62600: hue angle of 13.73º 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 #A62600 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB166380-
CMYK00.7710.35
HSL13.73º100%32.55%-
HSV(B)13.73º100%65.1%-
XYZ16.429.490.97-
YUV71.9487.41195.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 81.37%
GREEN value IS 38 (15.23% from 255) = 18.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.37%
G=18.63%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16638000.7710.3513.7310032.55
HexA626004D6423e6421
Octal2464600115144431614441
Binary10100110100110001001101110010010001111101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62600; }

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

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

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

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

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

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

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

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