Html Css Color HEX #A8490D Rust

📋 copy color: '#A8490D'

red 168 ◦ green 73 ◦ blue 13

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

Shades of Rust #A8490D

Tints of Rust #A8490D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.74%

 BLUE value IS 13 (5.47% from 255) = 5.12%

R = 66.14%
G = 28.74%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A8490D (or 0xA8490D) is known color: Rust. HEX triplet: A8, 49 and 0D. RGB value is (168,73,13). Sum of RGB (Red+Green+Blue) = 168+73+13=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A8490D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8490D is #57B6F2. Grayscale: #5E5E5E. Windows color (decimal): -5748467 or 870824. OLE color: 870824.

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

Color convert

RGB 168 73 13 -
CMYK 0 0.57 0.92 0.34
HSL 23.23º 0.86% 0.35% -
HSV(B) 23.23º 0.92% 0.66% -
XYZ 18.6 13.12 1.93 -
YUV 94.57 81.97 180.38 -
System Red Green Blue C M Y K H S L
Decimal 168 73 13 0 0.57 0.92 0.34 23.23 0.86 0.35
Hex A8 49 D 0 39 5C 22 17 56 23
Octal 250 111 15 0 71 134 42 27 126 43
Binary 10101000 1001001 1101 0 111001 1011100 100010 10111 1010110 100011

Color Harmonies of #A8490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8490D

Black with #A8490D

Text Example


Text Example

White with #A8490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8490D; }

 p { color: rgb(168,73,13); }

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

background-color css

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

 a { background-color: rgb(168,73,13); }

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

border-color css

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

 span { border-color: rgb(168,73,13); }

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