Html Css Color HEX #A44812 Rust

📋 copy color: '#A44812'

red 164 ◦ green 72 ◦ blue 18

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

Shades of Rust #A44812

Tints of Rust #A44812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.35%

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

R = 64.57%
G = 28.35%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A44812 (or 0xA44812) is known color: Rust. HEX triplet: A4, 48 and 12. RGB value is (164,72,18). Sum of RGB (Red+Green+Blue) = 164+72+18=254 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.57% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 164 - color contains mainly: red. Hex color #A44812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44812 is #5BB7ED. Grayscale: #5D5D5D. Windows color (decimal): -6010862 or 1198244. OLE color: 1198244.

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

Color convert

RGB 164 72 18 -
CMYK 0 0.56 0.89 0.36
HSL 22.19º 0.8% 0.36% -
HSV(B) 22.19º 0.89% 0.64% -
XYZ 17.74 12.57 2.06 -
YUV 93.35 85.48 178.39 -
System Red Green Blue C M Y K H S L
Decimal 164 72 18 0 0.56 0.89 0.36 22.19 0.8 0.36
Hex A4 48 12 0 38 59 24 16 50 24
Octal 244 110 22 0 70 131 44 26 120 44
Binary 10100100 1001000 10010 0 111000 1011001 100100 10110 1010000 100100

Color Harmonies of #A44812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44812

Black with #A44812

Text Example


Text Example

White with #A44812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44812; }

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

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

background-color css

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

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

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

border-color css

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

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

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