Html Css Color HEX #A13C16 Rust

📋 copy color: '#A13C16'

red 161 ◦ green 60 ◦ blue 22

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

Shades of Rust #A13C16

Tints of Rust #A13C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.05%

R = 66.26%
G = 24.69%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A13C16 (or 0xA13C16) is known color: Rust. HEX triplet: A1, 3C and 16. RGB value is (161,60,22). Sum of RGB (Red+Green+Blue) = 161+60+22=243 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.26% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13C16 is #5EC3E9. Grayscale: #565656. Windows color (decimal): -6210538 or 1457313. OLE color: 1457313.

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

Color convert

RGB 161 60 22 -
CMYK 0 0.63 0.86 0.37
HSL 16.4º 0.76% 0.36% -
HSV(B) 16.4º 0.86% 0.63% -
XYZ 16.46 10.87 1.99 -
YUV 85.87 91.96 181.59 -
System Red Green Blue C M Y K H S L
Decimal 161 60 22 0 0.63 0.86 0.37 16.4 0.76 0.36
Hex A1 3C 16 0 3F 56 25 10 4C 24
Octal 241 74 26 0 77 126 45 20 114 44
Binary 10100001 111100 10110 0 111111 1010110 100101 10000 1001100 100100

Color Harmonies of #A13C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13C16

Black with #A13C16

Text Example


Text Example

White with #A13C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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