Html Css Color HEX #A93E1A Rust

📋 copy color: '#A93E1A'

red 169 ◦ green 62 ◦ blue 26

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

Shades of Rust #A93E1A

Tints of Rust #A93E1A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.12%

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

R = 65.76%
G = 24.12%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A93E1A (or 0xA93E1A) is known color: Rust. HEX triplet: A9, 3E and 1A. RGB value is (169,62,26). Sum of RGB (Red+Green+Blue) = 169+62+26=257 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.76% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 169 - color contains mainly: red. Hex color #A93E1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93E1A is #56C1E5. Grayscale: #5A5A5A. Windows color (decimal): -5685734 or 1719977. OLE color: 1719977.

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

Color convert

RGB 169 62 26 -
CMYK 0 0.63 0.85 0.34
HSL 15.1º 0.73% 0.38% -
HSV(B) 15.1º 0.85% 0.66% -
XYZ 18.27 11.95 2.32 -
YUV 89.89 91.95 184.43 -
System Red Green Blue C M Y K H S L
Decimal 169 62 26 0 0.63 0.85 0.34 15.1 0.73 0.38
Hex A9 3E 1A 0 3F 55 22 F 49 26
Octal 251 76 32 0 77 125 42 17 111 46
Binary 10101001 111110 11010 0 111111 1010101 100010 1111 1001001 100110

Color Harmonies of #A93E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93E1A

Black with #A93E1A

Text Example


Text Example

White with #A93E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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