Html Css Color HEX #A13711 Rust

📋 copy color: '#A13711'

red 161 ◦ green 55 ◦ blue 17

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

Shades of Rust #A13711

Tints of Rust #A13711

RGB

 RED value IS 161 (63.28% from 255) = 69.1%

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

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

R = 69.1%
G = 23.61%
B = 7.3%

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

#A13711 (or 0xA13711) is known color: Rust. HEX triplet: A1, 37 and 11. RGB value is (161,55,17). Sum of RGB (Red+Green+Blue) = 161+55+17=233 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.10% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 161 - color contains mainly: red. Hex color #A13711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13711 is #5EC8EE. Grayscale: #525252. Windows color (decimal): -6211823 or 1128353. OLE color: 1128353.

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

Color convert

RGB 161 55 17 -
CMYK 0 0.66 0.89 0.37
HSL 15.83º 0.81% 0.35% -
HSV(B) 15.83º 0.89% 0.63% -
XYZ 16.17 10.35 1.68 -
YUV 82.36 91.12 184.09 -
System Red Green Blue C M Y K H S L
Decimal 161 55 17 0 0.66 0.89 0.37 15.83 0.81 0.35
Hex A1 37 11 0 42 59 25 10 51 23
Octal 241 67 21 0 102 131 45 20 121 43
Binary 10100001 110111 10001 0 1000010 1011001 100101 10000 1010001 100011

Color Harmonies of #A13711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13711

Black with #A13711

Text Example


Text Example

White with #A13711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13711; }

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

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

background-color css

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

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

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

border-color css

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

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

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