Html Css Color HEX #A4480E Rust

📋 copy color: '#A4480E'

red 164 ◦ green 72 ◦ blue 14

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

Shades of Rust #A4480E

Tints of Rust #A4480E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.6%

R = 65.6%
G = 28.8%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4480E (or 0xA4480E) is known color: Rust. HEX triplet: A4, 48 and 0E. RGB value is (164,72,14). Sum of RGB (Red+Green+Blue) = 164+72+14=250 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.6% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 164 - color contains mainly: red. Hex color #A4480E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4480E is #5BB7F1. Grayscale: #5D5D5D. Windows color (decimal): -6010866 or 936100. OLE color: 936100.

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

Color convert

RGB 164 72 14 -
CMYK 0 0.56 0.91 0.36
HSL 23.2º 0.84% 0.35% -
HSV(B) 23.2º 0.91% 0.64% -
XYZ 17.71 12.56 1.91 -
YUV 92.9 83.48 178.72 -
System Red Green Blue C M Y K H S L
Decimal 164 72 14 0 0.56 0.91 0.36 23.2 0.84 0.35
Hex A4 48 E 0 38 5B 24 17 54 23
Octal 244 110 16 0 70 133 44 27 124 43
Binary 10100100 1001000 1110 0 111000 1011011 100100 10111 1010100 100011

Color Harmonies of #A4480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4480E

Black with #A4480E

Text Example


Text Example

White with #A4480E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4480E; }

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

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

background-color css

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

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

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

border-color css

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

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

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