Html Css Color HEX #A0350E Rust

📋 copy color: '#A0350E'

red 160 ◦ green 53 ◦ blue 14

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

Shades of Rust #A0350E

Tints of Rust #A0350E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.35%

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

R = 70.48%
G = 23.35%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0350E (or 0xA0350E) is known color: Rust. HEX triplet: A0, 35 and 0E. RGB value is (160,53,14). Sum of RGB (Red+Green+Blue) = 160+53+14=227 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.48% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 160 - color contains mainly: red. Hex color #A0350E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0350E is #5FCAF1. Grayscale: #505050. Windows color (decimal): -6277874 or 931232. OLE color: 931232.

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

Color convert

RGB 160 53 14 -
CMYK 0 0.67 0.91 0.37
HSL 16.03º 0.84% 0.34% -
HSV(B) 16.03º 0.91% 0.63% -
XYZ 15.85 10.05 1.52 -
YUV 80.55 90.45 184.67 -
System Red Green Blue C M Y K H S L
Decimal 160 53 14 0 0.67 0.91 0.37 16.03 0.84 0.34
Hex A0 35 E 0 43 5B 25 10 54 22
Octal 240 65 16 0 103 133 45 20 124 42
Binary 10100000 110101 1110 0 1000011 1011011 100101 10000 1010100 100010

Color Harmonies of #A0350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0350E

Black with #A0350E

Text Example


Text Example

White with #A0350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0350E; }

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

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

background-color css

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

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

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

border-color css

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

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

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