Html Css Color HEX #A7500C Rust

📋 copy color: '#A7500C'

red 167 ◦ green 80 ◦ blue 12

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

Shades of Rust #A7500C

Tints of Rust #A7500C

RGB

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

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

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

R = 64.48%
G = 30.89%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A7500C (or 0xA7500C) is known color: Rust. HEX triplet: A7, 50 and 0C. RGB value is (167,80,12). Sum of RGB (Red+Green+Blue) = 167+80+12=259 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.48% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 167 - color contains mainly: red. Hex color #A7500C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7500C is #58AFF3. Grayscale: #626262. Windows color (decimal): -5812212 or 807079. OLE color: 807079.

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

Color convert

RGB 167 80 12 -
CMYK 0 0.52 0.93 0.35
HSL 26.32º 0.87% 0.35% -
HSV(B) 26.32º 0.93% 0.65% -
XYZ 18.87 13.98 2.05 -
YUV 98.26 79.32 177.03 -
System Red Green Blue C M Y K H S L
Decimal 167 80 12 0 0.52 0.93 0.35 26.32 0.87 0.35
Hex A7 50 C 0 34 5D 23 1A 57 23
Octal 247 120 14 0 64 135 43 32 127 43
Binary 10100111 1010000 1100 0 110100 1011101 100011 11010 1010111 100011

Color Harmonies of #A7500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7500C

Black with #A7500C

Text Example


Text Example

White with #A7500C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7500C; }

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

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

background-color css

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

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

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

border-color css

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

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

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