Html Css Color HEX #A14311 Rust

📋 copy color: '#A14311'

red 161 ◦ green 67 ◦ blue 17

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

Shades of Rust #A14311

Tints of Rust #A14311

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.35%

 BLUE value IS 17 (7.03% from 255) = 6.94%

R = 65.71%
G = 27.35%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A14311 (or 0xA14311) is known color: Rust. HEX triplet: A1, 43 and 11. RGB value is (161,67,17). Sum of RGB (Red+Green+Blue) = 161+67+17=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A14311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14311 is #5EBCEE. Grayscale: #595959. Windows color (decimal): -6208751 or 1131425. OLE color: 1131425.

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

Color convert

RGB 161 67 17 -
CMYK 0 0.58 0.89 0.37
HSL 20.83º 0.81% 0.35% -
HSV(B) 20.83º 0.89% 0.63% -
XYZ 16.81 11.63 1.89 -
YUV 89.41 87.14 179.07 -
System Red Green Blue C M Y K H S L
Decimal 161 67 17 0 0.58 0.89 0.37 20.83 0.81 0.35
Hex A1 43 11 0 3A 59 25 15 51 23
Octal 241 103 21 0 72 131 45 25 121 43
Binary 10100001 1000011 10001 0 111010 1011001 100101 10101 1010001 100011

Color Harmonies of #A14311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14311

Black with #A14311

Text Example


Text Example

White with #A14311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14311; }

 p { color: rgb(161,67,17); }

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

background-color css

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

 a { background-color: rgb(161,67,17); }

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

border-color css

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

 span { border-color: rgb(161,67,17); }

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