Html Css Color HEX #A94914 Rust

📋 copy color: '#A94914'

red 169 ◦ green 73 ◦ blue 20

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

Shades of Rust #A94914

Tints of Rust #A94914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.63%

R = 64.5%
G = 27.86%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A94914 (or 0xA94914) is known color: Rust. HEX triplet: A9, 49 and 14. RGB value is (169,73,20). Sum of RGB (Red+Green+Blue) = 169+73+20=262 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.50% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 169 - color contains mainly: red. Hex color #A94914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94914 is #56B6EB. Grayscale: #5F5F5F. Windows color (decimal): -5682924 or 1329577. OLE color: 1329577.

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

Color convert

RGB 169 73 20 -
CMYK 0 0.57 0.88 0.34
HSL 21.34º 0.79% 0.37% -
HSV(B) 21.34º 0.88% 0.66% -
XYZ 18.87 13.25 2.22 -
YUV 95.66 85.3 180.31 -
System Red Green Blue C M Y K H S L
Decimal 169 73 20 0 0.57 0.88 0.34 21.34 0.79 0.37
Hex A9 49 14 0 39 58 22 15 4F 25
Octal 251 111 24 0 71 130 42 25 117 45
Binary 10101001 1001001 10100 0 111001 1011000 100010 10101 1001111 100101

Color Harmonies of #A94914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94914

Black with #A94914

Text Example


Text Example

White with #A94914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94914; }

 p { color: rgb(169,73,20); }

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

background-color css

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

 a { background-color: rgb(169,73,20); }

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

border-color css

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

 span { border-color: rgb(169,73,20); }

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