Html Css Color HEX #A0370C Rust

📋 copy color: '#A0370C'

red 160 ◦ green 55 ◦ blue 12

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

Shades of Rust #A0370C

Tints of Rust #A0370C

RGB

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

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

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

R = 70.48%
G = 24.23%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A0370C (or 0xA0370C) is known color: Rust. HEX triplet: A0, 37 and 0C. RGB value is (160,55,12). Sum of RGB (Red+Green+Blue) = 160+55+12=227 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.48% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 160 - color contains mainly: red. Hex color #A0370C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0370C is #5FC8F3. Grayscale: #515151. Windows color (decimal): -6277364 or 800672. OLE color: 800672.

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

Color convert

RGB 160 55 12 -
CMYK 0 0.66 0.93 0.37
HSL 17.43º 0.86% 0.34% -
HSV(B) 17.43º 0.93% 0.63% -
XYZ 15.93 10.23 1.48 -
YUV 81.49 88.79 184 -
System Red Green Blue C M Y K H S L
Decimal 160 55 12 0 0.66 0.93 0.37 17.43 0.86 0.34
Hex A0 37 C 0 42 5D 25 11 56 22
Octal 240 67 14 0 102 135 45 21 126 42
Binary 10100000 110111 1100 0 1000010 1011101 100101 10001 1010110 100010

Color Harmonies of #A0370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0370C

Black with #A0370C

Text Example


Text Example

White with #A0370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0370C; }

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

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

background-color css

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

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

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

border-color css

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

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

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