Html Css Color HEX #A44200 Rust

📋 copy color: '#A44200'

red 164 ◦ green 66 ◦ blue 0

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

Shades of Rust #A44200

Tints of Rust #A44200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.7%

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

R = 71.3%
G = 28.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A44200 (or 0xA44200) is known color: Rust. HEX triplet: A4, 42 and 00. RGB value is (164,66,0). Sum of RGB (Red+Green+Blue) = 164+66+0=230 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.30% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 164 - color contains mainly: red. Hex color #A44200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44200 is #5BBDFF. Grayscale: #585858. Windows color (decimal): -6012416 or 17060. OLE color: 17060.

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

Color convert

RGB 164 66 0 -
CMYK 0 0.60 1 0.36
HSL 24.15º 1% 0.32% -
HSV(B) 24.15º 1% 0.64% -
XYZ 17.26 11.79 1.37 -
YUV 87.78 78.47 182.37 -
System Red Green Blue C M Y K H S L
Decimal 164 66 0 0 0.60 1 0.36 24.15 1 0.32
Hex A4 42 0 0 3C 64 24 18 64 20
Octal 244 102 0 0 74 144 44 30 144 40
Binary 10100100 1000010 0 0 111100 1100100 100100 11000 1100100 100000

Color Harmonies of #A44200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44200

Black with #A44200

Text Example


Text Example

White with #A44200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44200; }

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

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

background-color css

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

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

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

border-color css

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

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

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