Html Css Color HEX #A44501 Rust

📋 copy color: '#A44501'

red 164 ◦ green 69 ◦ blue 1

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

Shades of Rust #A44501

Tints of Rust #A44501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.49%

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

R = 70.09%
G = 29.49%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A44501 (or 0xA44501) is known color: Rust. HEX triplet: A4, 45 and 01. RGB value is (164,69,1). Sum of RGB (Red+Green+Blue) = 164+69+1=234 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.09% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 164 - color contains mainly: red. Hex color #A44501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44501 is #5BBAFE. Grayscale: #5A5A5A. Windows color (decimal): -6011647 or 83364. OLE color: 83364.

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

Color convert

RGB 164 69 1 -
CMYK 0 0.58 0.99 0.36
HSL 25.03º 0.99% 0.32% -
HSV(B) 25.03º 0.99% 0.64% -
XYZ 17.44 12.15 1.45 -
YUV 89.65 77.97 181.03 -
System Red Green Blue C M Y K H S L
Decimal 164 69 1 0 0.58 0.99 0.36 25.03 0.99 0.32
Hex A4 45 1 0 3A 63 24 19 63 20
Octal 244 105 1 0 72 143 44 31 143 40
Binary 10100100 1000101 1 0 111010 1100011 100100 11001 1100011 100000

Color Harmonies of #A44501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44501

Black with #A44501

Text Example


Text Example

White with #A44501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44501; }

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

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

background-color css

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

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

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

border-color css

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

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

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