Html Css Color HEX #A64201 Rust

📋 copy color: '#A64201'

red 166 ◦ green 66 ◦ blue 1

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

Shades of Rust #A64201

Tints of Rust #A64201

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.33%

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

R = 71.24%
G = 28.33%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A64201 (or 0xA64201) is known color: Rust. HEX triplet: A6, 42 and 01. RGB value is (166,66,1). Sum of RGB (Red+Green+Blue) = 166+66+1=233 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.24% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 166 - color contains mainly: red. Hex color #A64201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64201 is #59BDFE. Grayscale: #585858. Windows color (decimal): -5881343 or 82598. OLE color: 82598.

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

Color convert

RGB 166 66 1 -
CMYK 0 0.60 0.99 0.35
HSL 23.64º 0.99% 0.33% -
HSV(B) 23.64º 0.99% 0.65% -
XYZ 17.68 12.01 1.41 -
YUV 88.49 78.63 183.29 -
System Red Green Blue C M Y K H S L
Decimal 166 66 1 0 0.60 0.99 0.35 23.64 0.99 0.33
Hex A6 42 1 0 3C 63 23 18 63 21
Octal 246 102 1 0 74 143 43 30 143 41
Binary 10100110 1000010 1 0 111100 1100011 100011 11000 1100011 100001

Color Harmonies of #A64201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64201

Black with #A64201

Text Example


Text Example

White with #A64201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64201; }

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

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

background-color css

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

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

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

border-color css

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

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

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