Html Css Color HEX #A64601 Rust

📋 copy color: '#A64601'

red 166 ◦ green 70 ◦ blue 1

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

Shades of Rust #A64601

Tints of Rust #A64601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.54%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 70.04%
G = 29.54%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A64601 (or 0xA64601) is known color: Rust. HEX triplet: A6, 46 and 01. RGB value is (166,70,1). Sum of RGB (Red+Green+Blue) = 166+70+1=237 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.04% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 166 - color contains mainly: red. Hex color #A64601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64601 is #59B9FE. Grayscale: #5B5B5B. Windows color (decimal): -5880319 or 83622. OLE color: 83622.

HSL color Cylindrical-coordinate representation of color #A64601: hue angle of 25.09º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A64601 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 70 1 -
CMYK 0 0.58 0.99 0.35
HSL 25.09º 0.99% 0.33% -
HSV(B) 25.09º 0.99% 0.65% -
XYZ 17.92 12.49 1.49 -
YUV 90.84 77.3 181.61 -
System Red Green Blue C M Y K H S L
Decimal 166 70 1 0 0.58 0.99 0.35 25.09 0.99 0.33
Hex A6 46 1 0 3A 63 23 19 63 21
Octal 246 106 1 0 72 143 43 31 143 41
Binary 10100110 1000110 1 0 111010 1100011 100011 11001 1100011 100001

Color Harmonies of #A64601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64601

Black with #A64601

Text Example


Text Example

White with #A64601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64601; }

 p { color: rgb(166,70,1); }

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

background-color css

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

 a { background-color: rgb(166,70,1); }

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

border-color css

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

 span { border-color: rgb(166,70,1); }

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