Html Css Color HEX #A84012 Rust

📋 copy color: '#A84012'

red 168 ◦ green 64 ◦ blue 18

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

Shades of Rust #A84012

Tints of Rust #A84012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.6%

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

R = 67.2%
G = 25.6%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A84012 (or 0xA84012) is known color: Rust. HEX triplet: A8, 40 and 12. RGB value is (168,64,18). Sum of RGB (Red+Green+Blue) = 168+64+18=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A84012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84012 is #57BFED. Grayscale: #5A5A5A. Windows color (decimal): -5750766 or 1196200. OLE color: 1196200.

HSL color Cylindrical-coordinate representation of color #A84012: hue angle of 18.4º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A84012 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 64 18 -
CMYK 0 0.62 0.89 0.34
HSL 18.4º 0.81% 0.36% -
HSV(B) 18.4º 0.89% 0.66% -
XYZ 18.09 12.04 1.94 -
YUV 89.85 87.46 183.74 -
System Red Green Blue C M Y K H S L
Decimal 168 64 18 0 0.62 0.89 0.34 18.4 0.81 0.36
Hex A8 40 12 0 3E 59 22 12 51 24
Octal 250 100 22 0 76 131 42 22 121 44
Binary 10101000 1000000 10010 0 111110 1011001 100010 10010 1010001 100100

Color Harmonies of #A84012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84012

Black with #A84012

Text Example


Text Example

White with #A84012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84012; }

 p { color: rgb(168,64,18); }

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

background-color css

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

 a { background-color: rgb(168,64,18); }

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

border-color css

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

 span { border-color: rgb(168,64,18); }

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