Html Css Color HEX #A0310C Rust

📋 copy color: '#A0310C'

red 160 ◦ green 49 ◦ blue 12

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

Shades of Rust #A0310C

Tints of Rust #A0310C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.43%

R = 72.4%
G = 22.17%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A0310C (or 0xA0310C) is known color: Rust. HEX triplet: A0, 31 and 0C. RGB value is (160,49,12). Sum of RGB (Red+Green+Blue) = 160+49+12=221 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.40% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 160 - color contains mainly: red. Hex color #A0310C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0310C is #5FCEF3. Grayscale: #4E4E4E. Windows color (decimal): -6278900 or 799136. OLE color: 799136.

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

Color convert

RGB 160 49 12 -
CMYK 0 0.69 0.93 0.37
HSL 15º 0.86% 0.34% -
HSV(B) 15º 0.93% 0.63% -
XYZ 15.66 9.7 1.39 -
YUV 77.97 90.77 186.51 -
System Red Green Blue C M Y K H S L
Decimal 160 49 12 0 0.69 0.93 0.37 15 0.86 0.34
Hex A0 31 C 0 45 5D 25 F 56 22
Octal 240 61 14 0 105 135 45 17 126 42
Binary 10100000 110001 1100 0 1000101 1011101 100101 1111 1010110 100010

Color Harmonies of #A0310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0310C

Black with #A0310C

Text Example


Text Example

White with #A0310C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0310C; }

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

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

background-color css

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

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

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

border-color css

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

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

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