Html Css Color HEX #A64415 Rust

📋 copy color: '#A64415'

red 166 ◦ green 68 ◦ blue 21

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

Shades of Rust #A64415

Tints of Rust #A64415

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.67%

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

R = 65.1%
G = 26.67%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A64415 (or 0xA64415) is known color: Rust. HEX triplet: A6, 44 and 15. RGB value is (166,68,21). Sum of RGB (Red+Green+Blue) = 166+68+21=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A64415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64415 is #59BBEA. Grayscale: #5C5C5C. Windows color (decimal): -5880811 or 1393830. OLE color: 1393830.

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

Color convert

RGB 166 68 21 -
CMYK 0 0.59 0.87 0.35
HSL 19.45º 0.78% 0.37% -
HSV(B) 19.45º 0.87% 0.65% -
XYZ 17.93 12.3 2.14 -
YUV 91.94 87.97 180.82 -
System Red Green Blue C M Y K H S L
Decimal 166 68 21 0 0.59 0.87 0.35 19.45 0.78 0.37
Hex A6 44 15 0 3B 57 23 13 4E 25
Octal 246 104 25 0 73 127 43 23 116 45
Binary 10100110 1000100 10101 0 111011 1010111 100011 10011 1001110 100101

Color Harmonies of #A64415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64415

Black with #A64415

Text Example


Text Example

White with #A64415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64415; }

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

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

background-color css

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

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

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

border-color css

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

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

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