Html Css Color HEX #A13C11 Rust

📋 copy color: '#A13C11'

red 161 ◦ green 60 ◦ blue 17

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

Shades of Rust #A13C11

Tints of Rust #A13C11

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.21%

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

R = 67.65%
G = 25.21%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A13C11 (or 0xA13C11) is known color: Rust. HEX triplet: A1, 3C and 11. RGB value is (161,60,17). Sum of RGB (Red+Green+Blue) = 161+60+17=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13C11 is #5EC3EE. Grayscale: #555555. Windows color (decimal): -6210543 or 1129633. OLE color: 1129633.

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

Color convert

RGB 161 60 17 -
CMYK 0 0.63 0.89 0.37
HSL 17.92º 0.81% 0.35% -
HSV(B) 17.92º 0.89% 0.63% -
XYZ 16.41 10.85 1.76 -
YUV 85.3 89.46 182 -
System Red Green Blue C M Y K H S L
Decimal 161 60 17 0 0.63 0.89 0.37 17.92 0.81 0.35
Hex A1 3C 11 0 3F 59 25 12 51 23
Octal 241 74 21 0 77 131 45 22 121 43
Binary 10100001 111100 10001 0 111111 1011001 100101 10010 1010001 100011

Color Harmonies of #A13C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13C11

Black with #A13C11

Text Example


Text Example

White with #A13C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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