Html Css Color HEX #A45001 Rust

📋 copy color: '#A45001'

red 164 ◦ green 80 ◦ blue 1

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

Shades of Rust #A45001

Tints of Rust #A45001

RGB

 RED value IS 164 (64.45% from 255) = 66.94%

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

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

R = 66.94%
G = 32.65%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A45001 (or 0xA45001) is known color: Rust. HEX triplet: A4, 50 and 01. RGB value is (164,80,1). Sum of RGB (Red+Green+Blue) = 164+80+1=245 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.94% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 164 - color contains mainly: red. Hex color #A45001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45001 is #5BAFFE. Grayscale: #606060. Windows color (decimal): -6008831 or 86180. OLE color: 86180.

HSL color Cylindrical-coordinate representation of color #A45001: hue angle of 29.08º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A45001 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 80 1 -
CMYK 0 0.51 0.99 0.36
HSL 29.08º 0.99% 0.32% -
HSV(B) 29.08º 0.99% 0.64% -
XYZ 18.18 13.63 1.7 -
YUV 96.11 74.33 176.42 -
System Red Green Blue C M Y K H S L
Decimal 164 80 1 0 0.51 0.99 0.36 29.08 0.99 0.32
Hex A4 50 1 0 33 63 24 1D 63 20
Octal 244 120 1 0 63 143 44 35 143 40
Binary 10100100 1010000 1 0 110011 1100011 100100 11101 1100011 100000

Color Harmonies of #A45001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45001

Black with #A45001

Text Example


Text Example

White with #A45001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45001; }

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

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

background-color css

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

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

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

border-color css

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

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

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