Html Css Color HEX #A65001 Rust

📋 copy color: '#A65001'

red 166 ◦ green 80 ◦ blue 1

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

Shades of Rust #A65001

Tints of Rust #A65001

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.39%

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

R = 67.21%
G = 32.39%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A65001 (or 0xA65001) is known color: Rust. HEX triplet: A6, 50 and 01. RGB value is (166,80,1). Sum of RGB (Red+Green+Blue) = 166+80+1=247 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.21% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 166 - color contains mainly: red. Hex color #A65001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65001 is #59AFFE. Grayscale: #616161. Windows color (decimal): -5877759 or 86182. OLE color: 86182.

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

Color convert

RGB 166 80 1 -
CMYK 0 0.52 0.99 0.35
HSL 28.73º 0.99% 0.33% -
HSV(B) 28.73º 0.99% 0.65% -
XYZ 18.6 13.85 1.72 -
YUV 96.71 73.99 177.42 -
System Red Green Blue C M Y K H S L
Decimal 166 80 1 0 0.52 0.99 0.35 28.73 0.99 0.33
Hex A6 50 1 0 34 63 23 1D 63 21
Octal 246 120 1 0 64 143 43 35 143 41
Binary 10100110 1010000 1 0 110100 1100011 100011 11101 1100011 100001

Color Harmonies of #A65001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65001

Black with #A65001

Text Example


Text Example

White with #A65001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65001; }

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

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

background-color css

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

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

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

border-color css

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

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

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