Html Css Color HEX #A84111 Rust

📋 copy color: '#A84111'

red 168 ◦ green 65 ◦ blue 17

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

Shades of Rust #A84111

Tints of Rust #A84111

RGB

 RED value IS 168 (66.02% from 255) = 67.2%

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

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

R = 67.2%
G = 26%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A84111 (or 0xA84111) is known color: Rust. HEX triplet: A8, 41 and 11. RGB value is (168,65,17). Sum of RGB (Red+Green+Blue) = 168+65+17=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A84111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84111 is #57BEEE. Grayscale: #5A5A5A. Windows color (decimal): -5750511 or 1130920. OLE color: 1130920.

HSL color Cylindrical-coordinate representation of color #A84111: hue angle of 19.07º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A84111 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 65 17 -
CMYK 0 0.61 0.90 0.34
HSL 19.07º 0.82% 0.36% -
HSV(B) 19.07º 0.9% 0.66% -
XYZ 18.14 12.15 1.92 -
YUV 90.33 86.62 183.4 -
System Red Green Blue C M Y K H S L
Decimal 168 65 17 0 0.61 0.90 0.34 19.07 0.82 0.36
Hex A8 41 11 0 3D 5A 22 13 52 24
Octal 250 101 21 0 75 132 42 23 122 44
Binary 10101000 1000001 10001 0 111101 1011010 100010 10011 1010010 100100

Color Harmonies of #A84111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84111

Black with #A84111

Text Example


Text Example

White with #A84111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84111; }

 p { color: rgb(168,65,17); }

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

background-color css

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

 a { background-color: rgb(168,65,17); }

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

border-color css

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

 span { border-color: rgb(168,65,17); }

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