Html Css Color HEX #A13D16 Rust

📋 copy color: '#A13D16'

red 161 ◦ green 61 ◦ blue 22

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

Shades of Rust #A13D16

Tints of Rust #A13D16

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25%

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

R = 65.98%
G = 25%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A13D16 (or 0xA13D16) is known color: Rust. HEX triplet: A1, 3D and 16. RGB value is (161,61,22). Sum of RGB (Red+Green+Blue) = 161+61+22=244 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.98% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13D16 is #5EC2E9. Grayscale: #565656. Windows color (decimal): -6210282 or 1457569. OLE color: 1457569.

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

Color convert

RGB 161 61 22 -
CMYK 0 0.62 0.86 0.37
HSL 16.83º 0.76% 0.36% -
HSV(B) 16.83º 0.86% 0.63% -
XYZ 16.51 10.97 2.01 -
YUV 86.45 91.63 181.17 -
System Red Green Blue C M Y K H S L
Decimal 161 61 22 0 0.62 0.86 0.37 16.83 0.76 0.36
Hex A1 3D 16 0 3E 56 25 11 4C 24
Octal 241 75 26 0 76 126 45 21 114 44
Binary 10100001 111101 10110 0 111110 1010110 100101 10001 1001100 100100

Color Harmonies of #A13D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13D16

Black with #A13D16

Text Example


Text Example

White with #A13D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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