Html Css Color HEX #A93117 Rust

📋 copy color: '#A93117'

red 169 ◦ green 49 ◦ blue 23

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

Shades of Rust #A93117

Tints of Rust #A93117

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.33%

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

R = 70.12%
G = 20.33%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A93117 (or 0xA93117) is known color: Rust. HEX triplet: A9, 31 and 17. RGB value is (169,49,23). Sum of RGB (Red+Green+Blue) = 169+49+23=241 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.12% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 169 - color contains mainly: red. Hex color #A93117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93117 is #56CEE8. Grayscale: #525252. Windows color (decimal): -5689065 or 1520041. OLE color: 1520041.

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

Color convert

RGB 169 49 23 -
CMYK 0 0.71 0.86 0.34
HSL 10.68º 0.76% 0.38% -
HSV(B) 10.68º 0.86% 0.66% -
XYZ 17.62 10.69 1.95 -
YUV 81.92 94.76 190.11 -
System Red Green Blue C M Y K H S L
Decimal 169 49 23 0 0.71 0.86 0.34 10.68 0.76 0.38
Hex A9 31 17 0 47 56 22 B 4C 26
Octal 251 61 27 0 107 126 42 13 114 46
Binary 10101001 110001 10111 0 1000111 1010110 100010 1011 1001100 100110

Color Harmonies of #A93117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93117

Black with #A93117

Text Example


Text Example

White with #A93117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93117; }

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

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

background-color css

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

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

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

border-color css

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

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

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