Html Css Color HEX #A75007 Rust

📋 copy color: '#A75007'

red 167 ◦ green 80 ◦ blue 7

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

Shades of Rust #A75007

Tints of Rust #A75007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.76%

R = 65.75%
G = 31.5%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A75007 (or 0xA75007) is known color: Rust. HEX triplet: A7, 50 and 07. RGB value is (167,80,7). Sum of RGB (Red+Green+Blue) = 167+80+7=254 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.75% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 167 - color contains mainly: red. Hex color #A75007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75007 is #58AFF8. Grayscale: #626262. Windows color (decimal): -5812217 or 479399. OLE color: 479399.

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

Color convert

RGB 167 80 7 -
CMYK 0 0.52 0.96 0.35
HSL 27.38º 0.92% 0.34% -
HSV(B) 27.38º 0.96% 0.65% -
XYZ 18.84 13.97 1.9 -
YUV 97.69 76.82 177.44 -
System Red Green Blue C M Y K H S L
Decimal 167 80 7 0 0.52 0.96 0.35 27.38 0.92 0.34
Hex A7 50 7 0 34 60 23 1B 5C 22
Octal 247 120 7 0 64 140 43 33 134 42
Binary 10100111 1010000 111 0 110100 1100000 100011 11011 1011100 100010

Color Harmonies of #A75007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75007

Black with #A75007

Text Example


Text Example

White with #A75007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75007; }

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

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

background-color css

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

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

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

border-color css

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

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

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