Html Css Color HEX #A7490E Rust

📋 copy color: '#A7490E'

red 167 ◦ green 73 ◦ blue 14

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

Shades of Rust #A7490E

Tints of Rust #A7490E

RGB

 RED value IS 167 (65.63% from 255) = 65.75%

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

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

R = 65.75%
G = 28.74%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A7490E (or 0xA7490E) is known color: Rust. HEX triplet: A7, 49 and 0E. RGB value is (167,73,14). Sum of RGB (Red+Green+Blue) = 167+73+14=254 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.75% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 167 - color contains mainly: red. Hex color #A7490E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7490E is #58B6F1. Grayscale: #5E5E5E. Windows color (decimal): -5814002 or 936359. OLE color: 936359.

HSL color Cylindrical-coordinate representation of color #A7490E: hue angle of 23.14º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A7490E is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 73 14 -
CMYK 0 0.56 0.92 0.35
HSL 23.14º 0.85% 0.35% -
HSV(B) 23.14º 0.92% 0.65% -
XYZ 18.4 13.01 1.96 -
YUV 94.38 82.64 179.8 -
System Red Green Blue C M Y K H S L
Decimal 167 73 14 0 0.56 0.92 0.35 23.14 0.85 0.35
Hex A7 49 E 0 38 5C 23 17 55 23
Octal 247 111 16 0 70 134 43 27 125 43
Binary 10100111 1001001 1110 0 111000 1011100 100011 10111 1010101 100011

Color Harmonies of #A7490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7490E

Black with #A7490E

Text Example


Text Example

White with #A7490E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7490E; }

 p { color: rgb(167,73,14); }

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

background-color css

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

 a { background-color: rgb(167,73,14); }

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

border-color css

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

 span { border-color: rgb(167,73,14); }

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