Html Css Color HEX #A94C14 Rust

📋 copy color: '#A94C14'

red 169 ◦ green 76 ◦ blue 20

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

Shades of Rust #A94C14

Tints of Rust #A94C14

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.68%

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

R = 63.77%
G = 28.68%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A94C14 (or 0xA94C14) is known color: Rust. HEX triplet: A9, 4C and 14. RGB value is (169,76,20). Sum of RGB (Red+Green+Blue) = 169+76+20=265 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.77% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94C14 is #56B3EB. Grayscale: #616161. Windows color (decimal): -5682156 or 1330345. OLE color: 1330345.

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

Color convert

RGB 169 76 20 -
CMYK 0 0.55 0.88 0.34
HSL 22.55º 0.79% 0.37% -
HSV(B) 22.55º 0.88% 0.66% -
XYZ 19.07 13.65 2.29 -
YUV 97.42 84.31 179.05 -
System Red Green Blue C M Y K H S L
Decimal 169 76 20 0 0.55 0.88 0.34 22.55 0.79 0.37
Hex A9 4C 14 0 37 58 22 17 4F 25
Octal 251 114 24 0 67 130 42 27 117 45
Binary 10101001 1001100 10100 0 110111 1011000 100010 10111 1001111 100101

Color Harmonies of #A94C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94C14

Black with #A94C14

Text Example


Text Example

White with #A94C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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