Html Css Color HEX #A2470A Rust

📋 copy color: '#A2470A'

red 162 ◦ green 71 ◦ blue 10

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

Shades of Rust #A2470A

Tints of Rust #A2470A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.22%

 BLUE value IS 10 (4.3% from 255) = 4.12%

R = 66.67%
G = 29.22%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A2470A (or 0xA2470A) is known color: Rust. HEX triplet: A2, 47 and 0A. RGB value is (162,71,10). Sum of RGB (Red+Green+Blue) = 162+71+10=243 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.67% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 162 - color contains mainly: red. Hex color #A2470A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2470A is #5DB8F5. Grayscale: #5B5B5B. Windows color (decimal): -6142198 or 673698. OLE color: 673698.

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

Color convert

RGB 162 71 10 -
CMYK 0 0.56 0.94 0.36
HSL 24.08º 0.88% 0.34% -
HSV(B) 24.08º 0.94% 0.64% -
XYZ 17.21 12.21 1.74 -
YUV 91.26 82.15 178.46 -
System Red Green Blue C M Y K H S L
Decimal 162 71 10 0 0.56 0.94 0.36 24.08 0.88 0.34
Hex A2 47 A 0 38 5E 24 18 58 22
Octal 242 107 12 0 70 136 44 30 130 42
Binary 10100010 1000111 1010 0 111000 1011110 100100 11000 1011000 100010

Color Harmonies of #A2470A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2470A

Black with #A2470A

Text Example


Text Example

White with #A2470A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2470A; }

 p { color: rgb(162,71,10); }

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

background-color css

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

 a { background-color: rgb(162,71,10); }

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

border-color css

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

 span { border-color: rgb(162,71,10); }

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