Html Css Color HEX #A0310E Rust

📋 copy color: '#A0310E'

red 160 ◦ green 49 ◦ blue 14

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

Shades of Rust #A0310E

Tints of Rust #A0310E

RGB

 RED value IS 160 (62.89% from 255) = 71.75%

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

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

R = 71.75%
G = 21.97%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0310E (or 0xA0310E) is known color: Rust. HEX triplet: A0, 31 and 0E. RGB value is (160,49,14). Sum of RGB (Red+Green+Blue) = 160+49+14=223 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.75% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 160 - color contains mainly: red. Hex color #A0310E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0310E is #5FCEF1. Grayscale: #4E4E4E. Windows color (decimal): -6278898 or 930208. OLE color: 930208.

HSL color Cylindrical-coordinate representation of color #A0310E: hue angle of 14.38º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0310E is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 49 14 -
CMYK 0 0.69 0.91 0.37
HSL 14.38º 0.84% 0.34% -
HSV(B) 14.38º 0.91% 0.63% -
XYZ 15.67 9.7 1.46 -
YUV 78.2 91.77 186.35 -
System Red Green Blue C M Y K H S L
Decimal 160 49 14 0 0.69 0.91 0.37 14.38 0.84 0.34
Hex A0 31 E 0 45 5B 25 E 54 22
Octal 240 61 16 0 105 133 45 16 124 42
Binary 10100000 110001 1110 0 1000101 1011011 100101 1110 1010100 100010

Color Harmonies of #A0310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0310E

Black with #A0310E

Text Example


Text Example

White with #A0310E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0310E; }

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

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

background-color css

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

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

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

border-color css

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

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

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