Html Css Color HEX #A9400E Rust

📋 copy color: '#A9400E'

red 169 ◦ green 64 ◦ blue 14

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

Shades of Rust #A9400E

Tints of Rust #A9400E

RGB

 RED value IS 169 (66.41% from 255) = 68.42%

 GREEN value IS 64 (25.39% from 255) = 25.91%

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

R = 68.42%
G = 25.91%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A9400E (or 0xA9400E) is known color: Rust. HEX triplet: A9, 40 and 0E. RGB value is (169,64,14). Sum of RGB (Red+Green+Blue) = 169+64+14=247 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.42% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 169 - color contains mainly: red. Hex color #A9400E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9400E is #56BFF1. Grayscale: #5A5A5A. Windows color (decimal): -5685234 or 934057. OLE color: 934057.

HSL color Cylindrical-coordinate representation of color #A9400E: hue angle of 19.35º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A9400E is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 64 14 -
CMYK 0 0.62 0.92 0.34
HSL 19.35º 0.85% 0.36% -
HSV(B) 19.35º 0.92% 0.66% -
XYZ 18.27 12.13 1.79 -
YUV 89.7 85.29 184.57 -
System Red Green Blue C M Y K H S L
Decimal 169 64 14 0 0.62 0.92 0.34 19.35 0.85 0.36
Hex A9 40 E 0 3E 5C 22 13 55 24
Octal 251 100 16 0 76 134 42 23 125 44
Binary 10101001 1000000 1110 0 111110 1011100 100010 10011 1010101 100100

Color Harmonies of #A9400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9400E

Black with #A9400E

Text Example


Text Example

White with #A9400E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9400E; }

 p { color: rgb(169,64,14); }

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

background-color css

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

 a { background-color: rgb(169,64,14); }

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

border-color css

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

 span { border-color: rgb(169,64,14); }

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