Html Css Color HEX #A93D1C Rust

📋 copy color: '#A93D1C'

red 169 ◦ green 61 ◦ blue 28

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

Shades of Rust #A93D1C

Tints of Rust #A93D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.85%

R = 65.5%
G = 23.64%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A93D1C (or 0xA93D1C) is known color: Rust. HEX triplet: A9, 3D and 1C. RGB value is (169,61,28). Sum of RGB (Red+Green+Blue) = 169+61+28=258 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.50% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 169 - color contains mainly: red. Hex color #A93D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93D1C is #56C2E3. Grayscale: #595959. Windows color (decimal): -5685988 or 1850793. OLE color: 1850793.

HSL color Cylindrical-coordinate representation of color #A93D1C: hue angle of 14.04º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A93D1C is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 61 28 -
CMYK 0 0.64 0.83 0.34
HSL 14.04º 0.72% 0.39% -
HSV(B) 14.04º 0.83% 0.66% -
XYZ 18.24 11.86 2.43 -
YUV 89.53 93.28 184.68 -
System Red Green Blue C M Y K H S L
Decimal 169 61 28 0 0.64 0.83 0.34 14.04 0.72 0.39
Hex A9 3D 1C 0 40 53 22 E 48 27
Octal 251 75 34 0 100 123 42 16 110 47
Binary 10101001 111101 11100 0 1000000 1010011 100010 1110 1001000 100111

Color Harmonies of #A93D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93D1C

Black with #A93D1C

Text Example


Text Example

White with #A93D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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