Html Css Color HEX #A13C05 Rust

📋 copy color: '#A13C05'

red 161 ◦ green 60 ◦ blue 5

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

Shades of Rust #A13C05

Tints of Rust #A13C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.21%

R = 71.24%
G = 26.55%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A13C05 (or 0xA13C05) is known color: Rust. HEX triplet: A1, 3C and 05. RGB value is (161,60,5). Sum of RGB (Red+Green+Blue) = 161+60+5=226 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.24% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13C05 is #5EC3FA. Grayscale: #545454. Windows color (decimal): -6210555 or 343201. OLE color: 343201.

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

Color convert

RGB 161 60 5 -
CMYK 0 0.63 0.97 0.37
HSL 21.15º 0.94% 0.33% -
HSV(B) 21.15º 0.97% 0.63% -
XYZ 16.34 10.82 1.37 -
YUV 83.93 83.46 182.97 -
System Red Green Blue C M Y K H S L
Decimal 161 60 5 0 0.63 0.97 0.37 21.15 0.94 0.33
Hex A1 3C 5 0 3F 61 25 15 5E 21
Octal 241 74 5 0 77 141 45 25 136 41
Binary 10100001 111100 101 0 111111 1100001 100101 10101 1011110 100001

Color Harmonies of #A13C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13C05

Black with #A13C05

Text Example


Text Example

White with #A13C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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