Html Css Color HEX #A64212 Rust

📋 copy color: '#A64212'

red 166 ◦ green 66 ◦ blue 18

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

Shades of Rust #A64212

Tints of Rust #A64212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.4%

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

R = 66.4%
G = 26.4%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A64212 (or 0xA64212) is known color: Rust. HEX triplet: A6, 42 and 12. RGB value is (166,66,18). Sum of RGB (Red+Green+Blue) = 166+66+18=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A64212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64212 is #59BDED. Grayscale: #5A5A5A. Windows color (decimal): -5881326 or 1196710. OLE color: 1196710.

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

Color convert

RGB 166 66 18 -
CMYK 0 0.60 0.89 0.35
HSL 19.46º 0.8% 0.36% -
HSV(B) 19.46º 0.89% 0.65% -
XYZ 17.78 12.05 1.96 -
YUV 90.43 87.13 181.9 -
System Red Green Blue C M Y K H S L
Decimal 166 66 18 0 0.60 0.89 0.35 19.46 0.8 0.36
Hex A6 42 12 0 3C 59 23 13 50 24
Octal 246 102 22 0 74 131 43 23 120 44
Binary 10100110 1000010 10010 0 111100 1011001 100011 10011 1010000 100100

Color Harmonies of #A64212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64212

Black with #A64212

Text Example


Text Example

White with #A64212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64212; }

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

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

background-color css

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

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

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

border-color css

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

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

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