Html Css Color HEX #A03711 Rust

📋 copy color: '#A03711'

red 160 ◦ green 55 ◦ blue 17

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

Shades of Rust #A03711

Tints of Rust #A03711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.33%

R = 68.97%
G = 23.71%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A03711 (or 0xA03711) is known color: Rust. HEX triplet: A0, 37 and 11. RGB value is (160,55,17). Sum of RGB (Red+Green+Blue) = 160+55+17=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A03711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03711 is #5FC8EE. Grayscale: #525252. Windows color (decimal): -6277359 or 1128352. OLE color: 1128352.

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

Color convert

RGB 160 55 17 -
CMYK 0 0.66 0.89 0.37
HSL 15.94º 0.81% 0.35% -
HSV(B) 15.94º 0.89% 0.63% -
XYZ 15.96 10.25 1.67 -
YUV 82.06 91.29 183.59 -
System Red Green Blue C M Y K H S L
Decimal 160 55 17 0 0.66 0.89 0.37 15.94 0.81 0.35
Hex A0 37 11 0 42 59 25 10 51 23
Octal 240 67 21 0 102 131 45 20 121 43
Binary 10100000 110111 10001 0 1000010 1011001 100101 10000 1010001 100011

Color Harmonies of #A03711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03711

Black with #A03711

Text Example


Text Example

White with #A03711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03711; }

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

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

background-color css

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

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

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

border-color css

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

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

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