Html Css Color HEX #A44210 Rust

📋 copy color: '#A44210'

red 164 ◦ green 66 ◦ blue 16

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

Shades of Rust #A44210

Tints of Rust #A44210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.5%

R = 66.67%
G = 26.83%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A44210 (or 0xA44210) is known color: Rust. HEX triplet: A4, 42 and 10. RGB value is (164,66,16). Sum of RGB (Red+Green+Blue) = 164+66+16=246 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.67% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 164 - color contains mainly: red. Hex color #A44210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44210 is #5BBDEF. Grayscale: #595959. Windows color (decimal): -6012400 or 1065636. OLE color: 1065636.

HSL color Cylindrical-coordinate representation of color #A44210: hue angle of 20.27º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A44210 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 66 16 -
CMYK 0 0.60 0.90 0.36
HSL 20.27º 0.82% 0.35% -
HSV(B) 20.27º 0.9% 0.64% -
XYZ 17.35 11.83 1.86 -
YUV 89.6 86.47 181.07 -
System Red Green Blue C M Y K H S L
Decimal 164 66 16 0 0.60 0.90 0.36 20.27 0.82 0.35
Hex A4 42 10 0 3C 5A 24 14 52 23
Octal 244 102 20 0 74 132 44 24 122 43
Binary 10100100 1000010 10000 0 111100 1011010 100100 10100 1010010 100011

Color Harmonies of #A44210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44210

Black with #A44210

Text Example


Text Example

White with #A44210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44210; }

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

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

background-color css

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

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

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

border-color css

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

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

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