Html Css Color HEX #A94A11 Rust

📋 copy color: '#A94A11'

red 169 ◦ green 74 ◦ blue 17

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

Shades of Rust #A94A11

Tints of Rust #A94A11

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.46%

 BLUE value IS 17 (7.03% from 255) = 6.54%

R = 65%
G = 28.46%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A94A11 (or 0xA94A11) is known color: Rust. HEX triplet: A9, 4A and 11. RGB value is (169,74,17). Sum of RGB (Red+Green+Blue) = 169+74+17=260 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94A11 is #56B5EE. Grayscale: #606060. Windows color (decimal): -5682671 or 1133225. OLE color: 1133225.

HSL color Cylindrical-coordinate representation of color #A94A11: hue angle of 22.5º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A94A11 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 74 17 -
CMYK 0 0.56 0.90 0.34
HSL 22.5º 0.82% 0.36% -
HSV(B) 22.5º 0.9% 0.66% -
XYZ 18.91 13.37 2.11 -
YUV 95.91 83.47 180.13 -
System Red Green Blue C M Y K H S L
Decimal 169 74 17 0 0.56 0.90 0.34 22.5 0.82 0.36
Hex A9 4A 11 0 38 5A 22 16 52 24
Octal 251 112 21 0 70 132 42 26 122 44
Binary 10101001 1001010 10001 0 111000 1011010 100010 10110 1010010 100100

Color Harmonies of #A94A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94A11

Black with #A94A11

Text Example


Text Example

White with #A94A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94A11; }

 p { color: rgb(169,74,17); }

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

background-color css

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

 a { background-color: rgb(169,74,17); }

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

border-color css

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

 span { border-color: rgb(169,74,17); }

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