Html Css Color HEX #A1440A Rust

📋 copy color: '#A1440A'

red 161 ◦ green 68 ◦ blue 10

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

Shades of Rust #A1440A

Tints of Rust #A1440A

RGB

 RED value IS 161 (63.28% from 255) = 67.36%

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

 BLUE value IS 10 (4.3% from 255) = 4.18%

R = 67.36%
G = 28.45%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A1440A (or 0xA1440A) is known color: Rust. HEX triplet: A1, 44 and 0A. RGB value is (161,68,10). Sum of RGB (Red+Green+Blue) = 161+68+10=239 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.36% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 161 - color contains mainly: red. Hex color #A1440A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1440A is #5EBBF5. Grayscale: #595959. Windows color (decimal): -6208502 or 672929. OLE color: 672929.

HSL color Cylindrical-coordinate representation of color #A1440A: hue angle of 23.05º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1440A is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 68 10 -
CMYK 0 0.58 0.94 0.37
HSL 23.05º 0.88% 0.34% -
HSV(B) 23.05º 0.94% 0.63% -
XYZ 16.82 11.73 1.67 -
YUV 89.2 83.31 179.22 -
System Red Green Blue C M Y K H S L
Decimal 161 68 10 0 0.58 0.94 0.37 23.05 0.88 0.34
Hex A1 44 A 0 3A 5E 25 17 58 22
Octal 241 104 12 0 72 136 45 27 130 42
Binary 10100001 1000100 1010 0 111010 1011110 100101 10111 1011000 100010

Color Harmonies of #A1440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1440A

Black with #A1440A

Text Example


Text Example

White with #A1440A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1440A; }

 p { color: rgb(161,68,10); }

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

background-color css

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

 a { background-color: rgb(161,68,10); }

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

border-color css

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

 span { border-color: rgb(161,68,10); }

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