Html Css Color HEX #A0370F Rust

📋 copy color: '#A0370F'

red 160 ◦ green 55 ◦ blue 15

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

Shades of Rust #A0370F

Tints of Rust #A0370F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.52%

R = 69.57%
G = 23.91%
B = 6.52%

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

#A0370F (or 0xA0370F) is known color: Rust. HEX triplet: A0, 37 and 0F. RGB value is (160,55,15). Sum of RGB (Red+Green+Blue) = 160+55+15=230 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.57% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 15 (6.25% from 255 or 6.52% from 230); Max value from RGB is 160 - color contains mainly: red. Hex color #A0370F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0370F is #5FC8F0. Grayscale: #525252. Windows color (decimal): -6277361 or 997280. OLE color: 997280.

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

Color convert

RGB 160 55 15 -
CMYK 0 0.66 0.91 0.37
HSL 16.55º 0.83% 0.34% -
HSV(B) 16.55º 0.91% 0.63% -
XYZ 15.95 10.24 1.59 -
YUV 81.84 90.29 183.75 -
System Red Green Blue C M Y K H S L
Decimal 160 55 15 0 0.66 0.91 0.37 16.55 0.83 0.34
Hex A0 37 F 0 42 5B 25 11 53 22
Octal 240 67 17 0 102 133 45 21 123 42
Binary 10100000 110111 1111 0 1000010 1011011 100101 10001 1010011 100010

Color Harmonies of #A0370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0370F

Black with #A0370F

Text Example


Text Example

White with #A0370F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0370F; }

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

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

background-color css

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

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

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

border-color css

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

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

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