#A12606

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

Shades of Rust #A12606

Tints of Rust #A12606

Color information

#A12606 (or 0xA12606) is unknown color: approx Rust. HEX triplet: A1, 26 and 06. RGB value is (161,38,6). Sum of RGB (Red+Green+Blue) = 161+38+6=205 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.54% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 161 - color contains mainly: red. Hex color #A12606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12606 is #5ED9F9. Grayscale: #474747. Windows color (decimal): -6216186 or 403105. OLE color: 403105.

HSL color Cylindrical-coordinate representation of color #A12606: hue angle of 12.39º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A12606 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB161386-
CMYK00.760.960.37
HSL12.39º92.81%32.75%-
HSV(B)12.39º96.27%63.14%-
XYZ15.428.981.09-
YUV71.1391.25192.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 78.54%
GREEN value IS 38 (15.23% from 255) = 18.54%
BLUE value IS 6 (2.73% from 255) = 2.93%
R=78.54%
G=18.54%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16138600.760.960.3712.3992.8132.75
HexA126604C6025c5d21
Octal2414660114140451413541
Binary1010000110011011001001100110000010010111001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12606; }

 p { color: rgb(161,38,6); }

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

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

 a { background-color: rgb(161,38,6); }

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

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

 span { border-color: rgb(161,38,6); }

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