Html Css Color HEX #A94211 Rust

📋 copy color: '#A94211'

red 169 ◦ green 66 ◦ blue 17

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

Shades of Rust #A94211

Tints of Rust #A94211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.19%

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

R = 67.06%
G = 26.19%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A94211 (or 0xA94211) is known color: Rust. HEX triplet: A9, 42 and 11. RGB value is (169,66,17). Sum of RGB (Red+Green+Blue) = 169+66+17=252 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.06% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 169 - color contains mainly: red. Hex color #A94211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94211 is #56BDEE. Grayscale: #5B5B5B. Windows color (decimal): -5684719 or 1131177. OLE color: 1131177.

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

Color convert

RGB 169 66 17 -
CMYK 0 0.61 0.90 0.34
HSL 19.34º 0.82% 0.36% -
HSV(B) 19.34º 0.9% 0.66% -
XYZ 18.41 12.37 1.95 -
YUV 91.21 86.12 183.48 -
System Red Green Blue C M Y K H S L
Decimal 169 66 17 0 0.61 0.90 0.34 19.34 0.82 0.36
Hex A9 42 11 0 3D 5A 22 13 52 24
Octal 251 102 21 0 75 132 42 23 122 44
Binary 10101001 1000010 10001 0 111101 1011010 100010 10011 1010010 100100

Color Harmonies of #A94211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94211

Black with #A94211

Text Example


Text Example

White with #A94211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94211; }

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

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

background-color css

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

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

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

border-color css

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

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

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