Html Css Color HEX #A93C11 Rust

📋 copy color: '#A93C11'

red 169 ◦ green 60 ◦ blue 17

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

Shades of Rust #A93C11

Tints of Rust #A93C11

RGB

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

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

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

R = 68.7%
G = 24.39%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A93C11 (or 0xA93C11) is known color: Rust. HEX triplet: A9, 3C and 11. RGB value is (169,60,17). Sum of RGB (Red+Green+Blue) = 169+60+17=246 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.70% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 169 - color contains mainly: red. Hex color #A93C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93C11 is #56C3EE. Grayscale: #575757. Windows color (decimal): -5686255 or 1129641. OLE color: 1129641.

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

Color convert

RGB 169 60 17 -
CMYK 0 0.64 0.90 0.34
HSL 16.97º 0.82% 0.36% -
HSV(B) 16.97º 0.9% 0.66% -
XYZ 18.08 11.71 1.84 -
YUV 87.69 88.11 186 -
System Red Green Blue C M Y K H S L
Decimal 169 60 17 0 0.64 0.90 0.34 16.97 0.82 0.36
Hex A9 3C 11 0 40 5A 22 11 52 24
Octal 251 74 21 0 100 132 42 21 122 44
Binary 10101001 111100 10001 0 1000000 1011010 100010 10001 1010010 100100

Color Harmonies of #A93C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93C11

Black with #A93C11

Text Example


Text Example

White with #A93C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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