Html Css Color HEX #A4480D Rust

📋 copy color: '#A4480D'

red 164 ◦ green 72 ◦ blue 13

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

Shades of Rust #A4480D

Tints of Rust #A4480D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.22%

R = 65.86%
G = 28.92%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A4480D (or 0xA4480D) is known color: Rust. HEX triplet: A4, 48 and 0D. RGB value is (164,72,13). Sum of RGB (Red+Green+Blue) = 164+72+13=249 (32% of max value = 765). Red value is 164 (64.45% from 255 or 65.86% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 164 - color contains mainly: red. Hex color #A4480D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4480D is #5BB7F2. Grayscale: #5D5D5D. Windows color (decimal): -6010867 or 870564. OLE color: 870564.

HSL color Cylindrical-coordinate representation of color #A4480D: hue angle of 23.44º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A4480D is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 72 13 -
CMYK 0 0.56 0.92 0.36
HSL 23.44º 0.85% 0.35% -
HSV(B) 23.44º 0.92% 0.64% -
XYZ 17.7 12.56 1.87 -
YUV 92.78 82.98 178.8 -
System Red Green Blue C M Y K H S L
Decimal 164 72 13 0 0.56 0.92 0.36 23.44 0.85 0.35
Hex A4 48 D 0 38 5C 24 17 55 23
Octal 244 110 15 0 70 134 44 27 125 43
Binary 10100100 1001000 1101 0 111000 1011100 100100 10111 1010101 100011

Color Harmonies of #A4480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4480D

Black with #A4480D

Text Example


Text Example

White with #A4480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4480D; }

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

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

background-color css

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

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

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

border-color css

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

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

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