Html Css Color HEX #A13C10 Rust

📋 copy color: '#A13C10'

red 161 ◦ green 60 ◦ blue 16

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

Shades of Rust #A13C10

Tints of Rust #A13C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.75%

R = 67.93%
G = 25.32%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.37

RGB Variations

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

Color information

#A13C10 (or 0xA13C10) is known color: Rust. HEX triplet: A1, 3C and 10. RGB value is (161,60,16). Sum of RGB (Red+Green+Blue) = 161+60+16=237 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.93% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13C10 is #5EC3EF. Grayscale: #555555. Windows color (decimal): -6210544 or 1064097. OLE color: 1064097.

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

Color convert

RGB 161 60 16 -
CMYK 0 0.63 0.90 0.37
HSL 18.21º 0.82% 0.35% -
HSV(B) 18.21º 0.9% 0.63% -
XYZ 16.41 10.85 1.72 -
YUV 85.18 88.96 182.08 -
System Red Green Blue C M Y K H S L
Decimal 161 60 16 0 0.63 0.90 0.37 18.21 0.82 0.35
Hex A1 3C 10 0 3F 5A 25 12 52 23
Octal 241 74 20 0 77 132 45 22 122 43
Binary 10100001 111100 10000 0 111111 1011010 100101 10010 1010010 100011

Color Harmonies of #A13C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13C10

Black with #A13C10

Text Example


Text Example

White with #A13C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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