Html Css Color HEX #A44500 Rust

📋 copy color: '#A44500'

red 164 ◦ green 69 ◦ blue 0

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

Shades of Rust #A44500

Tints of Rust #A44500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.39%
G = 29.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A44500 (or 0xA44500) is known color: Rust. HEX triplet: A4, 45 and 00. RGB value is (164,69,0). Sum of RGB (Red+Green+Blue) = 164+69+0=233 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.39% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 164 - color contains mainly: red. Hex color #A44500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44500 is #5BBAFF. Grayscale: #595959. Windows color (decimal): -6011648 or 17828. OLE color: 17828.

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

Color convert

RGB 164 69 0 -
CMYK 0 0.58 1 0.36
HSL 25.24º 1% 0.32% -
HSV(B) 25.24º 1% 0.64% -
XYZ 17.44 12.15 1.43 -
YUV 89.54 77.47 181.11 -
System Red Green Blue C M Y K H S L
Decimal 164 69 0 0 0.58 1 0.36 25.24 1 0.32
Hex A4 45 0 0 3A 64 24 19 64 20
Octal 244 105 0 0 72 144 44 31 144 40
Binary 10100100 1000101 0 0 111010 1100100 100100 11001 1100100 100000

Color Harmonies of #A44500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44500

Black with #A44500

Text Example


Text Example

White with #A44500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44500; }

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

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

background-color css

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

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

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

border-color css

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

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

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