Html Css Color HEX #A94411 Rust

📋 copy color: '#A94411'

red 169 ◦ green 68 ◦ blue 17

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

Shades of Rust #A94411

Tints of Rust #A94411

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.77%

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

R = 66.54%
G = 26.77%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A94411 (or 0xA94411) is known color: Rust. HEX triplet: A9, 44 and 11. RGB value is (169,68,17). Sum of RGB (Red+Green+Blue) = 169+68+17=254 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.54% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 169 - color contains mainly: red. Hex color #A94411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94411 is #56BBEE. Grayscale: #5C5C5C. Windows color (decimal): -5684207 or 1131689. OLE color: 1131689.

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

Color convert

RGB 169 68 17 -
CMYK 0 0.60 0.90 0.34
HSL 20.13º 0.82% 0.36% -
HSV(B) 20.13º 0.9% 0.66% -
XYZ 18.53 12.61 1.99 -
YUV 92.39 85.46 182.65 -
System Red Green Blue C M Y K H S L
Decimal 169 68 17 0 0.60 0.90 0.34 20.13 0.82 0.36
Hex A9 44 11 0 3C 5A 22 14 52 24
Octal 251 104 21 0 74 132 42 24 122 44
Binary 10101001 1000100 10001 0 111100 1011010 100010 10100 1010010 100100

Color Harmonies of #A94411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94411

Black with #A94411

Text Example


Text Example

White with #A94411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94411; }

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

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

background-color css

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

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

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

border-color css

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

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

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