Html Css Color HEX #A64012 Rust

📋 copy color: '#A64012'

red 166 ◦ green 64 ◦ blue 18

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

Shades of Rust #A64012

Tints of Rust #A64012

RGB

 RED value IS 166 (65.23% from 255) = 66.94%

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

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

R = 66.94%
G = 25.81%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A64012 (or 0xA64012) is known color: Rust. HEX triplet: A6, 40 and 12. RGB value is (166,64,18). Sum of RGB (Red+Green+Blue) = 166+64+18=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A64012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64012 is #59BFED. Grayscale: #595959. Windows color (decimal): -5881838 or 1196198. OLE color: 1196198.

HSL color Cylindrical-coordinate representation of color #A64012: hue angle of 18.65º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A64012 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 64 18 -
CMYK 0 0.61 0.89 0.35
HSL 18.65º 0.8% 0.36% -
HSV(B) 18.65º 0.89% 0.65% -
XYZ 17.67 11.82 1.92 -
YUV 89.25 87.79 182.74 -
System Red Green Blue C M Y K H S L
Decimal 166 64 18 0 0.61 0.89 0.35 18.65 0.8 0.36
Hex A6 40 12 0 3D 59 23 13 50 24
Octal 246 100 22 0 75 131 43 23 120 44
Binary 10100110 1000000 10010 0 111101 1011001 100011 10011 1010000 100100

Color Harmonies of #A64012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64012

Black with #A64012

Text Example


Text Example

White with #A64012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64012; }

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

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

background-color css

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

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

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

border-color css

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

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

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