Html Css Color HEX #A64015 Rust

📋 copy color: '#A64015'

red 166 ◦ green 64 ◦ blue 21

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

Shades of Rust #A64015

Tints of Rust #A64015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.37%

R = 66.14%
G = 25.5%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A64015 (or 0xA64015) is known color: Rust. HEX triplet: A6, 40 and 15. RGB value is (166,64,21). Sum of RGB (Red+Green+Blue) = 166+64+21=251 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.14% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 166 - color contains mainly: red. Hex color #A64015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64015 is #59BFEA. Grayscale: #595959. Windows color (decimal): -5881835 or 1392806. OLE color: 1392806.

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

Color convert

RGB 166 64 21 -
CMYK 0 0.61 0.87 0.35
HSL 17.79º 0.78% 0.37% -
HSV(B) 17.79º 0.87% 0.65% -
XYZ 17.69 11.83 2.06 -
YUV 89.6 89.29 182.5 -
System Red Green Blue C M Y K H S L
Decimal 166 64 21 0 0.61 0.87 0.35 17.79 0.78 0.37
Hex A6 40 15 0 3D 57 23 12 4E 25
Octal 246 100 25 0 75 127 43 22 116 45
Binary 10100110 1000000 10101 0 111101 1010111 100011 10010 1001110 100101

Color Harmonies of #A64015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64015

Black with #A64015

Text Example


Text Example

White with #A64015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64015; }

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

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

background-color css

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

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

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

border-color css

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

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

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