Html Css Color HEX #A8400E Rust

📋 copy color: '#A8400E'

red 168 ◦ green 64 ◦ blue 14

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

Shades of Rust #A8400E

Tints of Rust #A8400E

RGB

 RED value IS 168 (66.02% from 255) = 68.29%

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

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

R = 68.29%
G = 26.02%
B = 5.69%

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

#A8400E (or 0xA8400E) is known color: Rust. HEX triplet: A8, 40 and 0E. RGB value is (168,64,14). Sum of RGB (Red+Green+Blue) = 168+64+14=246 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.29% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 168 - color contains mainly: red. Hex color #A8400E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8400E is #57BFF1. Grayscale: #595959. Windows color (decimal): -5750770 or 934056. OLE color: 934056.

HSL color Cylindrical-coordinate representation of color #A8400E: hue angle of 19.48º 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 #A8400E is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 64 14 -
CMYK 0 0.62 0.92 0.34
HSL 19.48º 0.85% 0.36% -
HSV(B) 19.48º 0.92% 0.66% -
XYZ 18.06 12.02 1.78 -
YUV 89.4 85.46 184.07 -
System Red Green Blue C M Y K H S L
Decimal 168 64 14 0 0.62 0.92 0.34 19.48 0.85 0.36
Hex A8 40 E 0 3E 5C 22 13 55 24
Octal 250 100 16 0 76 134 42 23 125 44
Binary 10101000 1000000 1110 0 111110 1011100 100010 10011 1010101 100100

Color Harmonies of #A8400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8400E

Black with #A8400E

Text Example


Text Example

White with #A8400E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8400E; }

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

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

background-color css

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

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

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

border-color css

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

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

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