#A62300

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

Shades of Rust #A62300

Tints of Rust #A62300

Color information

#A62300 (or 0xA62300) is unknown color: approx Rust. HEX triplet: A6, 23 and 00. RGB value is (166,35,0). Sum of RGB (Red+Green+Blue) = 166+35+0=201 (26% of max value = 765). Red value is 166 (65.23% from 255 or 82.59% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 166 - color contains mainly: red. Hex color #A62300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62300 is #59DCFF. Grayscale: #464646. Windows color (decimal): -5889280 or 9126. OLE color: 9126.

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

Color convert

RGB166350-
CMYK00.7910.35
HSL12.65º100%32.55%-
HSV(B)12.65º100%65.1%-
XYZ16.339.310.94-
YUV70.1888.4196.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 82.59%
GREEN value IS 35 (14.06% from 255) = 17.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.59%
G=17.41%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16635000.7910.3512.6510032.55
HexA623004F6423d6421
Octal2464300117144431514441
Binary10100110100011001001111110010010001111011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62300; }

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

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

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

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

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

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

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

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