#A13E08

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

Shades of Rust #A13E08

Tints of Rust #A13E08

Color information

#A13E08 (or 0xA13E08) is unknown color: approx Rust. HEX triplet: A1, 3E and 08. RGB value is (161,62,8). Sum of RGB (Red+Green+Blue) = 161+62+8=231 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.70% from 231); Green value is 62 (24.61% from 255 or 26.84% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13E08 is #5EC1F7. Grayscale: #555555. Windows color (decimal): -6210040 or 540321. OLE color: 540321.

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

Color convert

RGB161628-
CMYK00.610.950.37
HSL21.18º90.53%33.14%-
HSV(B)21.18º95.03%63.14%-
XYZ16.4611.041.49-
YUV85.4484.3181.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 69.70%
GREEN value IS 62 (24.61% from 255) = 26.84%
BLUE value IS 8 (3.52% from 255) = 3.46%
R=69.70%
G=26.84%
B=3.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16162800.610.950.3721.1890.5333.14
HexA13E803D5F25155b21
Octal2417610075137452513341
Binary10100001111110100001111011011111100101101011011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13E08; }

 p { color: rgb(161,62,8); }

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

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

 a { background-color: rgb(161,62,8); }

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

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

 span { border-color: rgb(161,62,8); }

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