Html Css Color HEX #A9310E Rust

📋 copy color: '#A9310E'

red 169 ◦ green 49 ◦ blue 14

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

Shades of Rust #A9310E

Tints of Rust #A9310E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.12%

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

R = 72.84%
G = 21.12%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A9310E (or 0xA9310E) is known color: Rust. HEX triplet: A9, 31 and 0E. RGB value is (169,49,14). Sum of RGB (Red+Green+Blue) = 169+49+14=232 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.84% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 169 - color contains mainly: red. Hex color #A9310E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9310E is #56CEF1. Grayscale: #515151. Windows color (decimal): -5689074 or 930217. OLE color: 930217.

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

Color convert

RGB 169 49 14 -
CMYK 0 0.71 0.92 0.34
HSL 13.55º 0.85% 0.36% -
HSV(B) 13.55º 0.92% 0.66% -
XYZ 17.54 10.66 1.55 -
YUV 80.89 90.26 190.85 -
System Red Green Blue C M Y K H S L
Decimal 169 49 14 0 0.71 0.92 0.34 13.55 0.85 0.36
Hex A9 31 E 0 47 5C 22 E 55 24
Octal 251 61 16 0 107 134 42 16 125 44
Binary 10101001 110001 1110 0 1000111 1011100 100010 1110 1010101 100100

Color Harmonies of #A9310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9310E

Black with #A9310E

Text Example


Text Example

White with #A9310E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9310E; }

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

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

background-color css

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

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

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

border-color css

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

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

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