Html Css Color HEX #A44314 Rust

📋 copy color: '#A44314'

red 164 ◦ green 67 ◦ blue 20

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

Shades of Rust #A44314

Tints of Rust #A44314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.69%

 BLUE value IS 20 (8.2% from 255) = 7.97%

R = 65.34%
G = 26.69%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A44314 (or 0xA44314) is known color: Rust. HEX triplet: A4, 43 and 14. RGB value is (164,67,20). Sum of RGB (Red+Green+Blue) = 164+67+20=251 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.34% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 164 - color contains mainly: red. Hex color #A44314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44314 is #5BBCEB. Grayscale: #5A5A5A. Windows color (decimal): -6012140 or 1328036. OLE color: 1328036.

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

Color convert

RGB 164 67 20 -
CMYK 0 0.59 0.88 0.36
HSL 19.58º 0.78% 0.36% -
HSV(B) 19.58º 0.88% 0.64% -
XYZ 17.44 11.96 2.05 -
YUV 90.65 88.14 180.32 -
System Red Green Blue C M Y K H S L
Decimal 164 67 20 0 0.59 0.88 0.36 19.58 0.78 0.36
Hex A4 43 14 0 3B 58 24 14 4E 24
Octal 244 103 24 0 73 130 44 24 116 44
Binary 10100100 1000011 10100 0 111011 1011000 100100 10100 1001110 100100

Color Harmonies of #A44314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44314

Black with #A44314

Text Example


Text Example

White with #A44314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44314; }

 p { color: rgb(164,67,20); }

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

background-color css

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

 a { background-color: rgb(164,67,20); }

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

border-color css

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

 span { border-color: rgb(164,67,20); }

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