Html Css Color HEX #A13712 Rust

📋 copy color: '#A13712'

red 161 ◦ green 55 ◦ blue 18

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

Shades of Rust #A13712

Tints of Rust #A13712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.5%

 BLUE value IS 18 (7.42% from 255) = 7.69%

R = 68.8%
G = 23.5%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A13712 (or 0xA13712) is known color: Rust. HEX triplet: A1, 37 and 12. RGB value is (161,55,18). Sum of RGB (Red+Green+Blue) = 161+55+18=234 (30% of max value = 765). Red value is 161 (63.28% from 255 or 68.80% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 161 - color contains mainly: red. Hex color #A13712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13712 is #5EC8ED. Grayscale: #525252. Windows color (decimal): -6211822 or 1193889. OLE color: 1193889.

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

Color convert

RGB 161 55 18 -
CMYK 0 0.66 0.89 0.37
HSL 15.52º 0.8% 0.35% -
HSV(B) 15.52º 0.89% 0.63% -
XYZ 16.17 10.35 1.72 -
YUV 82.48 91.62 184.01 -
System Red Green Blue C M Y K H S L
Decimal 161 55 18 0 0.66 0.89 0.37 15.52 0.8 0.35
Hex A1 37 12 0 42 59 25 10 50 23
Octal 241 67 22 0 102 131 45 20 120 43
Binary 10100001 110111 10010 0 1000010 1011001 100101 10000 1010000 100011

Color Harmonies of #A13712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13712

Black with #A13712

Text Example


Text Example

White with #A13712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13712; }

 p { color: rgb(161,55,18); }

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

background-color css

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

 a { background-color: rgb(161,55,18); }

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

border-color css

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

 span { border-color: rgb(161,55,18); }

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