Html Css Color HEX #A94014 Rust

📋 copy color: '#A94014'

red 169 ◦ green 64 ◦ blue 20

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

Shades of Rust #A94014

Tints of Rust #A94014

RGB

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

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

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

R = 66.8%
G = 25.3%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A94014 (or 0xA94014) is known color: Rust. HEX triplet: A9, 40 and 14. RGB value is (169,64,20). Sum of RGB (Red+Green+Blue) = 169+64+20=253 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.80% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 169 - color contains mainly: red. Hex color #A94014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94014 is #56BFEB. Grayscale: #5A5A5A. Windows color (decimal): -5685228 or 1327273. OLE color: 1327273.

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

Color convert

RGB 169 64 20 -
CMYK 0 0.62 0.88 0.34
HSL 17.72º 0.79% 0.37% -
HSV(B) 17.72º 0.88% 0.66% -
XYZ 18.32 12.15 2.04 -
YUV 90.38 88.29 184.08 -
System Red Green Blue C M Y K H S L
Decimal 169 64 20 0 0.62 0.88 0.34 17.72 0.79 0.37
Hex A9 40 14 0 3E 58 22 12 4F 25
Octal 251 100 24 0 76 130 42 22 117 45
Binary 10101001 1000000 10100 0 111110 1011000 100010 10010 1001111 100101

Color Harmonies of #A94014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94014

Black with #A94014

Text Example


Text Example

White with #A94014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94014; }

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

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

background-color css

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

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

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

border-color css

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

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

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