Html Css Color HEX #A2490C Rust

📋 copy color: '#A2490C'

red 162 ◦ green 73 ◦ blue 12

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

Shades of Rust #A2490C

Tints of Rust #A2490C

RGB

 RED value IS 162 (63.67% from 255) = 65.59%

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

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

R = 65.59%
G = 29.55%
B = 4.86%

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

#A2490C (or 0xA2490C) is known color: Rust. HEX triplet: A2, 49 and 0C. RGB value is (162,73,12). Sum of RGB (Red+Green+Blue) = 162+73+12=247 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.59% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 162 - color contains mainly: red. Hex color #A2490C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2490C is #5DB6F3. Grayscale: #5C5C5C. Windows color (decimal): -6141684 or 805282. OLE color: 805282.

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

Color convert

RGB 162 73 12 -
CMYK 0 0.55 0.93 0.36
HSL 24.4º 0.86% 0.34% -
HSV(B) 24.4º 0.93% 0.64% -
XYZ 17.35 12.47 1.84 -
YUV 92.66 82.49 177.46 -
System Red Green Blue C M Y K H S L
Decimal 162 73 12 0 0.55 0.93 0.36 24.4 0.86 0.34
Hex A2 49 C 0 37 5D 24 18 56 22
Octal 242 111 14 0 67 135 44 30 126 42
Binary 10100010 1001001 1100 0 110111 1011101 100100 11000 1010110 100010

Color Harmonies of #A2490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2490C

Black with #A2490C

Text Example


Text Example

White with #A2490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2490C; }

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

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

background-color css

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

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

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

border-color css

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

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

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