Html Css Color HEX #A14114 Rust

📋 copy color: '#A14114'

red 161 ◦ green 65 ◦ blue 20

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

Shades of Rust #A14114

Tints of Rust #A14114

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.42%

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

R = 65.45%
G = 26.42%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A14114 (or 0xA14114) is known color: Rust. HEX triplet: A1, 41 and 14. RGB value is (161,65,20). Sum of RGB (Red+Green+Blue) = 161+65+20=246 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.45% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 161 - color contains mainly: red. Hex color #A14114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14114 is #5EBEEB. Grayscale: #585858. Windows color (decimal): -6209260 or 1327521. OLE color: 1327521.

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

Color convert

RGB 161 65 20 -
CMYK 0 0.60 0.88 0.37
HSL 19.15º 0.78% 0.35% -
HSV(B) 19.15º 0.88% 0.63% -
XYZ 16.71 11.41 1.98 -
YUV 88.57 89.3 179.66 -
System Red Green Blue C M Y K H S L
Decimal 161 65 20 0 0.60 0.88 0.37 19.15 0.78 0.35
Hex A1 41 14 0 3C 58 25 13 4E 23
Octal 241 101 24 0 74 130 45 23 116 43
Binary 10100001 1000001 10100 0 111100 1011000 100101 10011 1001110 100011

Color Harmonies of #A14114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14114

Black with #A14114

Text Example


Text Example

White with #A14114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14114; }

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

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

background-color css

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

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

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

border-color css

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

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

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