Html Css Color HEX #A44612 Rust

📋 copy color: '#A44612'

red 164 ◦ green 70 ◦ blue 18

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

Shades of Rust #A44612

Tints of Rust #A44612

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.78%

 BLUE value IS 18 (7.42% from 255) = 7.14%

R = 65.08%
G = 27.78%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A44612 (or 0xA44612) is known color: Rust. HEX triplet: A4, 46 and 12. RGB value is (164,70,18). Sum of RGB (Red+Green+Blue) = 164+70+18=252 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.08% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 164 - color contains mainly: red. Hex color #A44612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44612 is #5BB9ED. Grayscale: #5C5C5C. Windows color (decimal): -6011374 or 1197732. OLE color: 1197732.

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

Color convert

RGB 164 70 18 -
CMYK 0 0.57 0.89 0.36
HSL 21.37º 0.8% 0.36% -
HSV(B) 21.37º 0.89% 0.64% -
XYZ 17.61 12.32 2.02 -
YUV 92.18 86.14 179.23 -
System Red Green Blue C M Y K H S L
Decimal 164 70 18 0 0.57 0.89 0.36 21.37 0.8 0.36
Hex A4 46 12 0 39 59 24 15 50 24
Octal 244 106 22 0 71 131 44 25 120 44
Binary 10100100 1000110 10010 0 111001 1011001 100100 10101 1010000 100100

Color Harmonies of #A44612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44612

Black with #A44612

Text Example


Text Example

White with #A44612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44612; }

 p { color: rgb(164,70,18); }

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

background-color css

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

 a { background-color: rgb(164,70,18); }

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

border-color css

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

 span { border-color: rgb(164,70,18); }

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