Html Css Color HEX #A4490C Rust

📋 copy color: '#A4490C'

red 164 ◦ green 73 ◦ blue 12

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

Shades of Rust #A4490C

Tints of Rust #A4490C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.82%

R = 65.86%
G = 29.32%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A4490C (or 0xA4490C) is known color: Rust. HEX triplet: A4, 49 and 0C. RGB value is (164,73,12). Sum of RGB (Red+Green+Blue) = 164+73+12=249 (32% of max value = 765). Red value is 164 (64.45% from 255 or 65.86% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 164 - color contains mainly: red. Hex color #A4490C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4490C is #5BB6F3. Grayscale: #5D5D5D. Windows color (decimal): -6010612 or 805284. OLE color: 805284.

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

Color convert

RGB 164 73 12 -
CMYK 0 0.55 0.93 0.36
HSL 24.08º 0.86% 0.35% -
HSV(B) 24.08º 0.93% 0.64% -
XYZ 17.76 12.68 1.86 -
YUV 93.26 82.15 178.46 -
System Red Green Blue C M Y K H S L
Decimal 164 73 12 0 0.55 0.93 0.36 24.08 0.86 0.35
Hex A4 49 C 0 37 5D 24 18 56 23
Octal 244 111 14 0 67 135 44 30 126 43
Binary 10100100 1001001 1100 0 110111 1011101 100100 11000 1010110 100011

Color Harmonies of #A4490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4490C

Black with #A4490C

Text Example


Text Example

White with #A4490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4490C; }

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

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

background-color css

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

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

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

border-color css

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

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

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