Html Css Color HEX #A14212 Rust

📋 copy color: '#A14212'

red 161 ◦ green 66 ◦ blue 18

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

Shades of Rust #A14212

Tints of Rust #A14212

RGB

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

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

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

R = 65.71%
G = 26.94%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A14212 (or 0xA14212) is known color: Rust. HEX triplet: A1, 42 and 12. RGB value is (161,66,18). Sum of RGB (Red+Green+Blue) = 161+66+18=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A14212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14212 is #5EBDED. Grayscale: #595959. Windows color (decimal): -6209006 or 1196705. OLE color: 1196705.

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

Color convert

RGB 161 66 18 -
CMYK 0 0.59 0.89 0.37
HSL 20.14º 0.8% 0.35% -
HSV(B) 20.14º 0.89% 0.63% -
XYZ 16.76 11.52 1.91 -
YUV 88.93 87.97 179.4 -
System Red Green Blue C M Y K H S L
Decimal 161 66 18 0 0.59 0.89 0.37 20.14 0.8 0.35
Hex A1 42 12 0 3B 59 25 14 50 23
Octal 241 102 22 0 73 131 45 24 120 43
Binary 10100001 1000010 10010 0 111011 1011001 100101 10100 1010000 100011

Color Harmonies of #A14212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14212

Black with #A14212

Text Example


Text Example

White with #A14212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14212; }

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

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

background-color css

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

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

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

border-color css

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

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

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