Html Css Color HEX #A93D17 Rust

📋 copy color: '#A93D17'

red 169 ◦ green 61 ◦ blue 23

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

Shades of Rust #A93D17

Tints of Rust #A93D17

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.11%

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

R = 66.8%
G = 24.11%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A93D17 (or 0xA93D17) is known color: Rust. HEX triplet: A9, 3D and 17. RGB value is (169,61,23). Sum of RGB (Red+Green+Blue) = 169+61+23=253 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.80% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 169 - color contains mainly: red. Hex color #A93D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93D17 is #56C2E8. Grayscale: #595959. Windows color (decimal): -5685993 or 1523113. OLE color: 1523113.

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

Color convert

RGB 169 61 23 -
CMYK 0 0.64 0.86 0.34
HSL 15.62º 0.76% 0.38% -
HSV(B) 15.62º 0.86% 0.66% -
XYZ 18.19 11.83 2.14 -
YUV 88.96 90.78 185.09 -
System Red Green Blue C M Y K H S L
Decimal 169 61 23 0 0.64 0.86 0.34 15.62 0.76 0.38
Hex A9 3D 17 0 40 56 22 10 4C 26
Octal 251 75 27 0 100 126 42 20 114 46
Binary 10101001 111101 10111 0 1000000 1010110 100010 10000 1001100 100110

Color Harmonies of #A93D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93D17

Black with #A93D17

Text Example


Text Example

White with #A93D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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