Html Css Color HEX #A44515 Rust

📋 copy color: '#A44515'

red 164 ◦ green 69 ◦ blue 21

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

Shades of Rust #A44515

Tints of Rust #A44515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.27%

R = 64.57%
G = 27.17%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A44515 (or 0xA44515) is known color: Rust. HEX triplet: A4, 45 and 15. RGB value is (164,69,21). Sum of RGB (Red+Green+Blue) = 164+69+21=254 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.57% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 164 - color contains mainly: red. Hex color #A44515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44515 is #5BBAEA. Grayscale: #5C5C5C. Windows color (decimal): -6011627 or 1394084. OLE color: 1394084.

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

Color convert

RGB 164 69 21 -
CMYK 0 0.58 0.87 0.36
HSL 20.14º 0.77% 0.36% -
HSV(B) 20.14º 0.87% 0.64% -
XYZ 17.57 12.2 2.14 -
YUV 91.93 87.97 179.4 -
System Red Green Blue C M Y K H S L
Decimal 164 69 21 0 0.58 0.87 0.36 20.14 0.77 0.36
Hex A4 45 15 0 3A 57 24 14 4D 24
Octal 244 105 25 0 72 127 44 24 115 44
Binary 10100100 1000101 10101 0 111010 1010111 100100 10100 1001101 100100

Color Harmonies of #A44515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44515

Black with #A44515

Text Example


Text Example

White with #A44515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44515; }

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

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

background-color css

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

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

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

border-color css

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

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

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