Html Css Color HEX #A93E0E Rust

📋 copy color: '#A93E0E'

red 169 ◦ green 62 ◦ blue 14

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

Shades of Rust #A93E0E

Tints of Rust #A93E0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.71%

R = 68.98%
G = 25.31%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A93E0E (or 0xA93E0E) is known color: Rust. HEX triplet: A9, 3E and 0E. RGB value is (169,62,14). Sum of RGB (Red+Green+Blue) = 169+62+14=245 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.98% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 169 - color contains mainly: red. Hex color #A93E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93E0E is #56C1F1. Grayscale: #585858. Windows color (decimal): -5685746 or 933545. OLE color: 933545.

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

Color convert

RGB 169 62 14 -
CMYK 0 0.63 0.92 0.34
HSL 18.58º 0.85% 0.36% -
HSV(B) 18.58º 0.92% 0.66% -
XYZ 18.16 11.91 1.76 -
YUV 88.52 85.95 185.4 -
System Red Green Blue C M Y K H S L
Decimal 169 62 14 0 0.63 0.92 0.34 18.58 0.85 0.36
Hex A9 3E E 0 3F 5C 22 13 55 24
Octal 251 76 16 0 77 134 42 23 125 44
Binary 10101001 111110 1110 0 111111 1011100 100010 10011 1010101 100100

Color Harmonies of #A93E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93E0E

Black with #A93E0E

Text Example


Text Example

White with #A93E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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