Html Css Color HEX #A4490E Rust

📋 copy color: '#A4490E'

red 164 ◦ green 73 ◦ blue 14

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

Shades of Rust #A4490E

Tints of Rust #A4490E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.08%

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

R = 65.34%
G = 29.08%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4490E (or 0xA4490E) is known color: Rust. HEX triplet: A4, 49 and 0E. RGB value is (164,73,14). Sum of RGB (Red+Green+Blue) = 164+73+14=251 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.34% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 164 - color contains mainly: red. Hex color #A4490E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4490E is #5BB6F1. Grayscale: #5D5D5D. Windows color (decimal): -6010610 or 936356. OLE color: 936356.

HSL color Cylindrical-coordinate representation of color #A4490E: hue angle of 23.6º 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 #A4490E is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 73 14 -
CMYK 0 0.55 0.91 0.36
HSL 23.6º 0.84% 0.35% -
HSV(B) 23.6º 0.91% 0.64% -
XYZ 17.77 12.69 1.93 -
YUV 93.48 83.15 178.3 -
System Red Green Blue C M Y K H S L
Decimal 164 73 14 0 0.55 0.91 0.36 23.6 0.84 0.35
Hex A4 49 E 0 37 5B 24 18 54 23
Octal 244 111 16 0 67 133 44 30 124 43
Binary 10100100 1001001 1110 0 110111 1011011 100100 11000 1010100 100011

Color Harmonies of #A4490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4490E

Black with #A4490E

Text Example


Text Example

White with #A4490E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4490E; }

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

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

background-color css

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

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

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

border-color css

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

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

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