Html Css Color HEX #A14214 Rust

📋 copy color: '#A14214'

red 161 ◦ green 66 ◦ blue 20

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

Shades of Rust #A14214

Tints of Rust #A14214

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.72%

 BLUE value IS 20 (8.2% from 255) = 8.1%

R = 65.18%
G = 26.72%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A14214 (or 0xA14214) is known color: Rust. HEX triplet: A1, 42 and 14. RGB value is (161,66,20). Sum of RGB (Red+Green+Blue) = 161+66+20=247 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.18% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 161 - color contains mainly: red. Hex color #A14214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14214 is #5EBDEB. Grayscale: #595959. Windows color (decimal): -6209004 or 1327777. OLE color: 1327777.

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

Color convert

RGB 161 66 20 -
CMYK 0 0.59 0.88 0.37
HSL 19.57º 0.78% 0.35% -
HSV(B) 19.57º 0.88% 0.63% -
XYZ 16.77 11.52 2 -
YUV 89.16 88.97 179.24 -
System Red Green Blue C M Y K H S L
Decimal 161 66 20 0 0.59 0.88 0.37 19.57 0.78 0.35
Hex A1 42 14 0 3B 58 25 14 4E 23
Octal 241 102 24 0 73 130 45 24 116 43
Binary 10100001 1000010 10100 0 111011 1011000 100101 10100 1001110 100011

Color Harmonies of #A14214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14214

Black with #A14214

Text Example


Text Example

White with #A14214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14214; }

 p { color: rgb(161,66,20); }

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

background-color css

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

 a { background-color: rgb(161,66,20); }

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

border-color css

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

 span { border-color: rgb(161,66,20); }

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