Html Css Color HEX #A93E11 Rust

📋 copy color: '#A93E11'

red 169 ◦ green 62 ◦ blue 17

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

Shades of Rust #A93E11

Tints of Rust #A93E11

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25%

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

R = 68.15%
G = 25%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A93E11 (or 0xA93E11) is known color: Rust. HEX triplet: A9, 3E and 11. RGB value is (169,62,17). Sum of RGB (Red+Green+Blue) = 169+62+17=248 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.15% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 169 - color contains mainly: red. Hex color #A93E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93E11 is #56C1EE. Grayscale: #595959. Windows color (decimal): -5685743 or 1130153. OLE color: 1130153.

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

Color convert

RGB 169 62 17 -
CMYK 0 0.63 0.90 0.34
HSL 17.76º 0.82% 0.36% -
HSV(B) 17.76º 0.9% 0.66% -
XYZ 18.19 11.92 1.87 -
YUV 88.86 87.45 185.16 -
System Red Green Blue C M Y K H S L
Decimal 169 62 17 0 0.63 0.90 0.34 17.76 0.82 0.36
Hex A9 3E 11 0 3F 5A 22 12 52 24
Octal 251 76 21 0 77 132 42 22 122 44
Binary 10101001 111110 10001 0 111111 1011010 100010 10010 1010010 100100

Color Harmonies of #A93E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93E11

Black with #A93E11

Text Example


Text Example

White with #A93E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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