Html Css Color HEX #A7460D Rust

📋 copy color: '#A7460D'

red 167 ◦ green 70 ◦ blue 13

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

Shades of Rust #A7460D

Tints of Rust #A7460D

RGB

 RED value IS 167 (65.63% from 255) = 66.8%

 GREEN value IS 70 (27.73% from 255) = 28%

 BLUE value IS 13 (5.47% from 255) = 5.2%

R = 66.8%
G = 28%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A7460D (or 0xA7460D) is known color: Rust. HEX triplet: A7, 46 and 0D. RGB value is (167,70,13). Sum of RGB (Red+Green+Blue) = 167+70+13=250 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.8% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 167 - color contains mainly: red. Hex color #A7460D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7460D is #58B9F2. Grayscale: #5C5C5C. Windows color (decimal): -5814771 or 870055. OLE color: 870055.

HSL color Cylindrical-coordinate representation of color #A7460D: hue angle of 22.21º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A7460D is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 70 13 -
CMYK 0 0.58 0.92 0.35
HSL 22.21º 0.86% 0.35% -
HSV(B) 22.21º 0.92% 0.65% -
XYZ 18.2 12.62 1.86 -
YUV 92.51 83.14 181.13 -
System Red Green Blue C M Y K H S L
Decimal 167 70 13 0 0.58 0.92 0.35 22.21 0.86 0.35
Hex A7 46 D 0 3A 5C 23 16 56 23
Octal 247 106 15 0 72 134 43 26 126 43
Binary 10100111 1000110 1101 0 111010 1011100 100011 10110 1010110 100011

Color Harmonies of #A7460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7460D

Black with #A7460D

Text Example


Text Example

White with #A7460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7460D; }

 p { color: rgb(167,70,13); }

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

background-color css

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

 a { background-color: rgb(167,70,13); }

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

border-color css

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

 span { border-color: rgb(167,70,13); }

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