Html Css Color HEX #A44510 Rust

📋 copy color: '#A44510'

red 164 ◦ green 69 ◦ blue 16

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

Shades of Rust #A44510

Tints of Rust #A44510

RGB

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

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

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

R = 65.86%
G = 27.71%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A44510 (or 0xA44510) is known color: Rust. HEX triplet: A4, 45 and 10. RGB value is (164,69,16). Sum of RGB (Red+Green+Blue) = 164+69+16=249 (32% of max value = 765). Red value is 164 (64.45% from 255 or 65.86% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 164 - color contains mainly: red. Hex color #A44510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44510 is #5BBAEF. Grayscale: #5B5B5B. Windows color (decimal): -6011632 or 1066404. OLE color: 1066404.

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

Color convert

RGB 164 69 16 -
CMYK 0 0.58 0.90 0.36
HSL 21.49º 0.82% 0.35% -
HSV(B) 21.49º 0.9% 0.64% -
XYZ 17.53 12.19 1.92 -
YUV 91.36 85.47 179.81 -
System Red Green Blue C M Y K H S L
Decimal 164 69 16 0 0.58 0.90 0.36 21.49 0.82 0.35
Hex A4 45 10 0 3A 5A 24 15 52 23
Octal 244 105 20 0 72 132 44 25 122 43
Binary 10100100 1000101 10000 0 111010 1011010 100100 10101 1010010 100011

Color Harmonies of #A44510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44510

Black with #A44510

Text Example


Text Example

White with #A44510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44510; }

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

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

background-color css

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

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

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

border-color css

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

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

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