Html Css Color HEX #A64013 Rust

📋 copy color: '#A64013'

red 166 ◦ green 64 ◦ blue 19

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

Shades of Rust #A64013

Tints of Rust #A64013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.63%

R = 66.67%
G = 25.7%
B = 7.63%

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

#A64013 (or 0xA64013) is known color: Rust. HEX triplet: A6, 40 and 13. RGB value is (166,64,19). Sum of RGB (Red+Green+Blue) = 166+64+19=249 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.67% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 166 - color contains mainly: red. Hex color #A64013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64013 is #59BFEC. Grayscale: #595959. Windows color (decimal): -5881837 or 1261734. OLE color: 1261734.

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

Color convert

RGB 166 64 19 -
CMYK 0 0.61 0.89 0.35
HSL 18.37º 0.79% 0.36% -
HSV(B) 18.37º 0.89% 0.65% -
XYZ 17.68 11.82 1.97 -
YUV 89.37 88.29 182.66 -
System Red Green Blue C M Y K H S L
Decimal 166 64 19 0 0.61 0.89 0.35 18.37 0.79 0.36
Hex A6 40 13 0 3D 59 23 12 4F 24
Octal 246 100 23 0 75 131 43 22 117 44
Binary 10100110 1000000 10011 0 111101 1011001 100011 10010 1001111 100100

Color Harmonies of #A64013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64013

Black with #A64013

Text Example


Text Example

White with #A64013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64013; }

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

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

background-color css

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

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

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

border-color css

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

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

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