Html Css Color HEX #A93C1A Rust

📋 copy color: '#A93C1A'

red 169 ◦ green 60 ◦ blue 26

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

Shades of Rust #A93C1A

Tints of Rust #A93C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.2%

R = 66.27%
G = 23.53%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A93C1A (or 0xA93C1A) is known color: Rust. HEX triplet: A9, 3C and 1A. RGB value is (169,60,26). Sum of RGB (Red+Green+Blue) = 169+60+26=255 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.27% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 169 - color contains mainly: red. Hex color #A93C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93C1A is #56C3E5. Grayscale: #585858. Windows color (decimal): -5686246 or 1719465. OLE color: 1719465.

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

Color convert

RGB 169 60 26 -
CMYK 0 0.64 0.85 0.34
HSL 14.27º 0.73% 0.38% -
HSV(B) 14.27º 0.85% 0.66% -
XYZ 18.16 11.74 2.29 -
YUV 88.72 92.61 185.26 -
System Red Green Blue C M Y K H S L
Decimal 169 60 26 0 0.64 0.85 0.34 14.27 0.73 0.38
Hex A9 3C 1A 0 40 55 22 E 49 26
Octal 251 74 32 0 100 125 42 16 111 46
Binary 10101001 111100 11010 0 1000000 1010101 100010 1110 1001001 100110

Color Harmonies of #A93C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93C1A

Black with #A93C1A

Text Example


Text Example

White with #A93C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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