Html Css Color HEX #A93C17 Rust

📋 copy color: '#A93C17'

red 169 ◦ green 60 ◦ blue 23

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

Shades of Rust #A93C17

Tints of Rust #A93C17

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.81%

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

R = 67.06%
G = 23.81%
B = 9.13%

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

#A93C17 (or 0xA93C17) is known color: Rust. HEX triplet: A9, 3C and 17. RGB value is (169,60,23). Sum of RGB (Red+Green+Blue) = 169+60+23=252 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.06% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 169 - color contains mainly: red. Hex color #A93C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93C17 is #56C3E8. Grayscale: #585858. Windows color (decimal): -5686249 or 1522857. OLE color: 1522857.

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

Color convert

RGB 169 60 23 -
CMYK 0 0.64 0.86 0.34
HSL 15.21º 0.76% 0.38% -
HSV(B) 15.21º 0.86% 0.66% -
XYZ 18.13 11.73 2.12 -
YUV 88.37 91.11 185.51 -
System Red Green Blue C M Y K H S L
Decimal 169 60 23 0 0.64 0.86 0.34 15.21 0.76 0.38
Hex A9 3C 17 0 40 56 22 F 4C 26
Octal 251 74 27 0 100 126 42 17 114 46
Binary 10101001 111100 10111 0 1000000 1010110 100010 1111 1001100 100110

Color Harmonies of #A93C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93C17

Black with #A93C17

Text Example


Text Example

White with #A93C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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