Html Css Color HEX #A2440E Rust

📋 copy color: '#A2440E'

red 162 ◦ green 68 ◦ blue 14

#A2440E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #A2440E

Tints of Rust #A2440E

RGB

 RED value IS 162 (63.67% from 255) = 66.39%

 GREEN value IS 68 (26.95% from 255) = 27.87%

 BLUE value IS 14 (5.86% from 255) = 5.74%

R = 66.39%
G = 27.87%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A2440E (or 0xA2440E) is known color: Rust. HEX triplet: A2, 44 and 0E. RGB value is (162,68,14). Sum of RGB (Red+Green+Blue) = 162+68+14=244 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.39% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 162 - color contains mainly: red. Hex color #A2440E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2440E is #5DBBF1. Grayscale: #5A5A5A. Windows color (decimal): -6142962 or 935074. OLE color: 935074.

HSL color Cylindrical-coordinate representation of color #A2440E: hue angle of 21.89º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2440E is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 68 14 -
CMYK 0 0.58 0.91 0.36
HSL 21.89º 0.84% 0.35% -
HSV(B) 21.89º 0.91% 0.64% -
XYZ 17.05 11.85 1.8 -
YUV 89.95 85.14 179.39 -
System Red Green Blue C M Y K H S L
Decimal 162 68 14 0 0.58 0.91 0.36 21.89 0.84 0.35
Hex A2 44 E 0 3A 5B 24 16 54 23
Octal 242 104 16 0 72 133 44 26 124 43
Binary 10100010 1000100 1110 0 111010 1011011 100100 10110 1010100 100011

Color Harmonies of #A2440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2440E

Black with #A2440E

Text Example


Text Example

White with #A2440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2440E; }

 p { color: rgb(162,68,14); }

 H1.HeaderClassName
 {
   color: #A2440E;
 }
 .AnyTagClassName
 {
   color: #A2440E;
 }
</style>

background-color css

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

 a { background-color: rgb(162,68,14); }

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

border-color css

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

 span { border-color: rgb(162,68,14); }

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