Html Css Color HEX #A1340C Rust

📋 copy color: '#A1340C'

red 161 ◦ green 52 ◦ blue 12

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

Shades of Rust #A1340C

Tints of Rust #A1340C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.11%

 BLUE value IS 12 (5.08% from 255) = 5.33%

R = 71.56%
G = 23.11%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A1340C (or 0xA1340C) is known color: Rust. HEX triplet: A1, 34 and 0C. RGB value is (161,52,12). Sum of RGB (Red+Green+Blue) = 161+52+12=225 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.56% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 161 - color contains mainly: red. Hex color #A1340C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1340C is #5ECBF3. Grayscale: #505050. Windows color (decimal): -6212596 or 799905. OLE color: 799905.

HSL color Cylindrical-coordinate representation of color #A1340C: hue angle of 16.11º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1340C is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 52 12 -
CMYK 0 0.68 0.93 0.37
HSL 16.11º 0.86% 0.34% -
HSV(B) 16.11º 0.93% 0.63% -
XYZ 15.99 10.06 1.45 -
YUV 80.03 89.61 185.75 -
System Red Green Blue C M Y K H S L
Decimal 161 52 12 0 0.68 0.93 0.37 16.11 0.86 0.34
Hex A1 34 C 0 44 5D 25 10 56 22
Octal 241 64 14 0 104 135 45 20 126 42
Binary 10100001 110100 1100 0 1000100 1011101 100101 10000 1010110 100010

Color Harmonies of #A1340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1340C

Black with #A1340C

Text Example


Text Example

White with #A1340C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1340C; }

 p { color: rgb(161,52,12); }

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

background-color css

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

 a { background-color: rgb(161,52,12); }

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

border-color css

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

 span { border-color: rgb(161,52,12); }

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