Html Css Color HEX #A84001 Rust

📋 copy color: '#A84001'

red 168 ◦ green 64 ◦ blue 1

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

Shades of Rust #A84001

Tints of Rust #A84001

RGB

 RED value IS 168 (66.02% from 255) = 72.1%

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

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

R = 72.1%
G = 27.47%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A84001 (or 0xA84001) is known color: Rust. HEX triplet: A8, 40 and 01. RGB value is (168,64,1). Sum of RGB (Red+Green+Blue) = 168+64+1=233 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.10% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 168 - color contains mainly: red. Hex color #A84001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84001 is #57BFFE. Grayscale: #585858. Windows color (decimal): -5750783 or 82088. OLE color: 82088.

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

Color convert

RGB 168 64 1 -
CMYK 0 0.62 0.99 0.34
HSL 22.63º 0.99% 0.33% -
HSV(B) 22.63º 0.99% 0.66% -
XYZ 17.99 11.99 1.4 -
YUV 87.91 78.96 185.12 -
System Red Green Blue C M Y K H S L
Decimal 168 64 1 0 0.62 0.99 0.34 22.63 0.99 0.33
Hex A8 40 1 0 3E 63 22 17 63 21
Octal 250 100 1 0 76 143 42 27 143 41
Binary 10101000 1000000 1 0 111110 1100011 100010 10111 1100011 100001

Color Harmonies of #A84001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84001

Black with #A84001

Text Example


Text Example

White with #A84001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84001; }

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

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

background-color css

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

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

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

border-color css

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

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

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