Html Css Color HEX #A03700 Rust

📋 copy color: '#A03700'

red 160 ◦ green 55 ◦ blue 0

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

Shades of Rust #A03700

Tints of Rust #A03700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.42%
G = 25.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A03700 (or 0xA03700) is known color: Rust. HEX triplet: A0, 37 and 00. RGB value is (160,55,0). Sum of RGB (Red+Green+Blue) = 160+55+0=215 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.42% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 160 - color contains mainly: red. Hex color #A03700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03700 is #5FC8FF. Grayscale: #505050. Windows color (decimal): -6277376 or 14240. OLE color: 14240.

HSL color Cylindrical-coordinate representation of color #A03700: hue angle of 20.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A03700 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 55 0 -
CMYK 0 0.66 1 0.37
HSL 20.63º 1% 0.31% -
HSV(B) 20.63º 1% 0.63% -
XYZ 15.86 10.21 1.13 -
YUV 80.13 82.79 184.97 -
System Red Green Blue C M Y K H S L
Decimal 160 55 0 0 0.66 1 0.37 20.63 1 0.31
Hex A0 37 0 0 42 64 25 15 64 1F
Octal 240 67 0 0 102 144 45 25 144 37
Binary 10100000 110111 0 0 1000010 1100100 100101 10101 1100100 11111

Color Harmonies of #A03700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03700

Black with #A03700

Text Example


Text Example

White with #A03700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03700; }

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

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

background-color css

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

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

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

border-color css

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

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

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