Html Css Color HEX #A64001 Rust

📋 copy color: '#A64001'

red 166 ◦ green 64 ◦ blue 1

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

Shades of Rust #A64001

Tints of Rust #A64001

RGB

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

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

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

R = 71.86%
G = 27.71%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A64001 (or 0xA64001) is known color: Rust. HEX triplet: A6, 40 and 01. RGB value is (166,64,1). Sum of RGB (Red+Green+Blue) = 166+64+1=231 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.86% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 166 - color contains mainly: red. Hex color #A64001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64001 is #59BFFE. Grayscale: #575757. Windows color (decimal): -5881855 or 82086. OLE color: 82086.

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

Color convert

RGB 166 64 1 -
CMYK 0 0.61 0.99 0.35
HSL 22.91º 0.99% 0.33% -
HSV(B) 22.91º 0.99% 0.65% -
XYZ 17.56 11.78 1.38 -
YUV 87.32 79.29 184.12 -
System Red Green Blue C M Y K H S L
Decimal 166 64 1 0 0.61 0.99 0.35 22.91 0.99 0.33
Hex A6 40 1 0 3D 63 23 17 63 21
Octal 246 100 1 0 75 143 43 27 143 41
Binary 10100110 1000000 1 0 111101 1100011 100011 10111 1100011 100001

Color Harmonies of #A64001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64001

Black with #A64001

Text Example


Text Example

White with #A64001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64001; }

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

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

background-color css

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

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

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

border-color css

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

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

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