Html Css Color HEX #A44113 Rust

📋 copy color: '#A44113'

red 164 ◦ green 65 ◦ blue 19

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

Shades of Rust #A44113

Tints of Rust #A44113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.21%

 BLUE value IS 19 (7.81% from 255) = 7.66%

R = 66.13%
G = 26.21%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A44113 (or 0xA44113) is known color: Rust. HEX triplet: A4, 41 and 13. RGB value is (164,65,19). Sum of RGB (Red+Green+Blue) = 164+65+19=248 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.13% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 164 - color contains mainly: red. Hex color #A44113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44113 is #5BBEEC. Grayscale: #595959. Windows color (decimal): -6012653 or 1261988. OLE color: 1261988.

HSL color Cylindrical-coordinate representation of color #A44113: hue angle of 19.03º degrees, saturation: 0.79, 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 #A44113 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 65 19 -
CMYK 0 0.60 0.88 0.36
HSL 19.03º 0.79% 0.36% -
HSV(B) 19.03º 0.88% 0.64% -
XYZ 17.32 11.72 1.97 -
YUV 89.36 88.3 181.24 -
System Red Green Blue C M Y K H S L
Decimal 164 65 19 0 0.60 0.88 0.36 19.03 0.79 0.36
Hex A4 41 13 0 3C 58 24 13 4F 24
Octal 244 101 23 0 74 130 44 23 117 44
Binary 10100100 1000001 10011 0 111100 1011000 100100 10011 1001111 100100

Color Harmonies of #A44113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44113

Black with #A44113

Text Example


Text Example

White with #A44113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44113; }

 p { color: rgb(164,65,19); }

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

background-color css

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

 a { background-color: rgb(164,65,19); }

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

border-color css

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

 span { border-color: rgb(164,65,19); }

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