Html Css Color HEX #A7500D Rust

📋 copy color: '#A7500D'

red 167 ◦ green 80 ◦ blue 13

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

Shades of Rust #A7500D

Tints of Rust #A7500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.77%

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

R = 64.23%
G = 30.77%
B = 5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A7500D (or 0xA7500D) is known color: Rust. HEX triplet: A7, 50 and 0D. RGB value is (167,80,13). Sum of RGB (Red+Green+Blue) = 167+80+13=260 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.23% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 167 - color contains mainly: red. Hex color #A7500D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7500D is #58AFF2. Grayscale: #626262. Windows color (decimal): -5812211 or 872615. OLE color: 872615.

HSL color Cylindrical-coordinate representation of color #A7500D: hue angle of 26.1º 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 #A7500D is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 80 13 -
CMYK 0 0.52 0.92 0.35
HSL 26.1º 0.86% 0.35% -
HSV(B) 26.1º 0.92% 0.65% -
XYZ 18.88 13.98 2.08 -
YUV 98.38 79.82 176.95 -
System Red Green Blue C M Y K H S L
Decimal 167 80 13 0 0.52 0.92 0.35 26.1 0.86 0.35
Hex A7 50 D 0 34 5C 23 1A 56 23
Octal 247 120 15 0 64 134 43 32 126 43
Binary 10100111 1010000 1101 0 110100 1011100 100011 11010 1010110 100011

Color Harmonies of #A7500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7500D

Black with #A7500D

Text Example


Text Example

White with #A7500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7500D; }

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

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

background-color css

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

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

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

border-color css

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

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

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