Html Css Color HEX #A14210 Rust

📋 copy color: '#A14210'

red 161 ◦ green 66 ◦ blue 16

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

Shades of Rust #A14210

Tints of Rust #A14210

RGB

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

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

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

R = 66.26%
G = 27.16%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.37

RGB Variations

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

Color information

#A14210 (or 0xA14210) is known color: Rust. HEX triplet: A1, 42 and 10. RGB value is (161,66,16). Sum of RGB (Red+Green+Blue) = 161+66+16=243 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.26% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 161 - color contains mainly: red. Hex color #A14210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14210 is #5EBDEF. Grayscale: #595959. Windows color (decimal): -6209008 or 1065633. OLE color: 1065633.

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

Color convert

RGB 161 66 16 -
CMYK 0 0.59 0.90 0.37
HSL 20.69º 0.82% 0.35% -
HSV(B) 20.69º 0.9% 0.63% -
XYZ 16.74 11.51 1.83 -
YUV 88.71 86.97 179.57 -
System Red Green Blue C M Y K H S L
Decimal 161 66 16 0 0.59 0.90 0.37 20.69 0.82 0.35
Hex A1 42 10 0 3B 5A 25 15 52 23
Octal 241 102 20 0 73 132 45 25 122 43
Binary 10100001 1000010 10000 0 111011 1011010 100101 10101 1010010 100011

Color Harmonies of #A14210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14210

Black with #A14210

Text Example


Text Example

White with #A14210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14210; }

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

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

background-color css

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

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

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

border-color css

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

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

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