Html Css Color HEX #A93A17 Rust

📋 copy color: '#A93A17'

red 169 ◦ green 58 ◦ blue 23

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

Shades of Rust #A93A17

Tints of Rust #A93A17

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.2%

 BLUE value IS 23 (9.38% from 255) = 9.2%

R = 67.6%
G = 23.2%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A93A17 (or 0xA93A17) is known color: Rust. HEX triplet: A9, 3A and 17. RGB value is (169,58,23). Sum of RGB (Red+Green+Blue) = 169+58+23=250 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.6% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93A17 is #56C5E8. Grayscale: #575757. Windows color (decimal): -5686761 or 1522345. OLE color: 1522345.

HSL color Cylindrical-coordinate representation of color #A93A17: hue angle of 14.38º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A93A17 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 58 23 -
CMYK 0 0.66 0.86 0.34
HSL 14.38º 0.76% 0.38% -
HSV(B) 14.38º 0.86% 0.66% -
XYZ 18.03 11.52 2.08 -
YUV 87.2 91.77 186.35 -
System Red Green Blue C M Y K H S L
Decimal 169 58 23 0 0.66 0.86 0.34 14.38 0.76 0.38
Hex A9 3A 17 0 42 56 22 E 4C 26
Octal 251 72 27 0 102 126 42 16 114 46
Binary 10101001 111010 10111 0 1000010 1010110 100010 1110 1001100 100110

Color Harmonies of #A93A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93A17

Black with #A93A17

Text Example


Text Example

White with #A93A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93A17; }

 p { color: rgb(169,58,23); }

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

background-color css

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

 a { background-color: rgb(169,58,23); }

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

border-color css

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

 span { border-color: rgb(169,58,23); }

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