Html Css Color HEX #A13F10 Rust

📋 copy color: '#A13F10'

red 161 ◦ green 63 ◦ blue 16

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

Shades of Rust #A13F10

Tints of Rust #A13F10

RGB

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

 GREEN value IS 63 (25% from 255) = 26.25%

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

R = 67.08%
G = 26.25%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.37

RGB Variations

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

Color information

#A13F10 (or 0xA13F10) is known color: Rust. HEX triplet: A1, 3F and 10. RGB value is (161,63,16). Sum of RGB (Red+Green+Blue) = 161+63+16=240 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.08% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 161 - color contains mainly: red. Hex color #A13F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13F10 is #5EC0EF. Grayscale: #575757. Windows color (decimal): -6209776 or 1064865. OLE color: 1064865.

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

Color convert

RGB 161 63 16 -
CMYK 0 0.61 0.90 0.37
HSL 19.45º 0.82% 0.35% -
HSV(B) 19.45º 0.9% 0.63% -
XYZ 16.57 11.17 1.77 -
YUV 86.94 87.97 180.82 -
System Red Green Blue C M Y K H S L
Decimal 161 63 16 0 0.61 0.90 0.37 19.45 0.82 0.35
Hex A1 3F 10 0 3D 5A 25 13 52 23
Octal 241 77 20 0 75 132 45 23 122 43
Binary 10100001 111111 10000 0 111101 1011010 100101 10011 1010010 100011

Color Harmonies of #A13F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13F10

Black with #A13F10

Text Example


Text Example

White with #A13F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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