Html Css Color HEX #A94111 Rust

📋 copy color: '#A94111'

red 169 ◦ green 65 ◦ blue 17

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

Shades of Rust #A94111

Tints of Rust #A94111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.9%

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

R = 67.33%
G = 25.9%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A94111 (or 0xA94111) is known color: Rust. HEX triplet: A9, 41 and 11. RGB value is (169,65,17). Sum of RGB (Red+Green+Blue) = 169+65+17=251 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.33% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 169 - color contains mainly: red. Hex color #A94111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94111 is #56BEEE. Grayscale: #5A5A5A. Windows color (decimal): -5684975 or 1130921. OLE color: 1130921.

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

Color convert

RGB 169 65 17 -
CMYK 0 0.62 0.90 0.34
HSL 18.95º 0.82% 0.36% -
HSV(B) 18.95º 0.9% 0.66% -
XYZ 18.35 12.26 1.93 -
YUV 90.62 86.46 183.9 -
System Red Green Blue C M Y K H S L
Decimal 169 65 17 0 0.62 0.90 0.34 18.95 0.82 0.36
Hex A9 41 11 0 3E 5A 22 13 52 24
Octal 251 101 21 0 76 132 42 23 122 44
Binary 10101001 1000001 10001 0 111110 1011010 100010 10011 1010010 100100

Color Harmonies of #A94111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94111

Black with #A94111

Text Example


Text Example

White with #A94111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94111; }

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

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

background-color css

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

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

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

border-color css

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

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

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