Html Css Color HEX #A0370E Rust

📋 copy color: '#A0370E'

red 160 ◦ green 55 ◦ blue 14

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

Shades of Rust #A0370E

Tints of Rust #A0370E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.02%

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

R = 69.87%
G = 24.02%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0370E (or 0xA0370E) is known color: Rust. HEX triplet: A0, 37 and 0E. RGB value is (160,55,14). Sum of RGB (Red+Green+Blue) = 160+55+14=229 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.87% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 160 - color contains mainly: red. Hex color #A0370E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0370E is #5FC8F1. Grayscale: #515151. Windows color (decimal): -6277362 or 931744. OLE color: 931744.

HSL color Cylindrical-coordinate representation of color #A0370E: hue angle of 16.85º 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 #A0370E is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 55 14 -
CMYK 0 0.66 0.91 0.37
HSL 16.85º 0.84% 0.34% -
HSV(B) 16.85º 0.91% 0.63% -
XYZ 15.94 10.24 1.55 -
YUV 81.72 89.79 183.83 -
System Red Green Blue C M Y K H S L
Decimal 160 55 14 0 0.66 0.91 0.37 16.85 0.84 0.34
Hex A0 37 E 0 42 5B 25 11 54 22
Octal 240 67 16 0 102 133 45 21 124 42
Binary 10100000 110111 1110 0 1000010 1011011 100101 10001 1010100 100010

Color Harmonies of #A0370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0370E

Black with #A0370E

Text Example


Text Example

White with #A0370E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0370E; }

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

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

background-color css

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

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

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

border-color css

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

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

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