Html Css Color HEX #A8490C Rust

📋 copy color: '#A8490C'

red 168 ◦ green 73 ◦ blue 12

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

Shades of Rust #A8490C

Tints of Rust #A8490C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.74%

R = 66.4%
G = 28.85%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A8490C (or 0xA8490C) is known color: Rust. HEX triplet: A8, 49 and 0C. RGB value is (168,73,12). Sum of RGB (Red+Green+Blue) = 168+73+12=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A8490C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8490C is #57B6F3. Grayscale: #5E5E5E. Windows color (decimal): -5748468 or 805288. OLE color: 805288.

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

Color convert

RGB 168 73 12 -
CMYK 0 0.57 0.93 0.34
HSL 23.46º 0.87% 0.35% -
HSV(B) 23.46º 0.93% 0.66% -
XYZ 18.6 13.12 1.9 -
YUV 94.45 81.47 180.46 -
System Red Green Blue C M Y K H S L
Decimal 168 73 12 0 0.57 0.93 0.34 23.46 0.87 0.35
Hex A8 49 C 0 39 5D 22 17 57 23
Octal 250 111 14 0 71 135 42 27 127 43
Binary 10101000 1001001 1100 0 111001 1011101 100010 10111 1010111 100011

Color Harmonies of #A8490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8490C

Black with #A8490C

Text Example


Text Example

White with #A8490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8490C; }

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

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

background-color css

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

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

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

border-color css

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

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

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