Html Css Color HEX #A95011 Rust

📋 copy color: '#A95011'

red 169 ◦ green 80 ◦ blue 17

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

Shades of Rust #A95011

Tints of Rust #A95011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.08%

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

R = 63.53%
G = 30.08%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A95011 (or 0xA95011) is known color: Rust. HEX triplet: A9, 50 and 11. RGB value is (169,80,17). Sum of RGB (Red+Green+Blue) = 169+80+17=266 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.53% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 169 - color contains mainly: red. Hex color #A95011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95011 is #56AFEE. Grayscale: #636363. Windows color (decimal): -5681135 or 1134761. OLE color: 1134761.

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

Color convert

RGB 169 80 17 -
CMYK 0 0.53 0.90 0.34
HSL 24.87º 0.82% 0.36% -
HSV(B) 24.87º 0.9% 0.66% -
XYZ 19.33 14.21 2.25 -
YUV 99.43 81.49 177.62 -
System Red Green Blue C M Y K H S L
Decimal 169 80 17 0 0.53 0.90 0.34 24.87 0.82 0.36
Hex A9 50 11 0 35 5A 22 19 52 24
Octal 251 120 21 0 65 132 42 31 122 44
Binary 10101001 1010000 10001 0 110101 1011010 100010 11001 1010010 100100

Color Harmonies of #A95011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95011

Black with #A95011

Text Example


Text Example

White with #A95011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95011; }

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

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

background-color css

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

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

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

border-color css

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

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

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