Html Css Color HEX #A75101 Rust

📋 copy color: '#A75101'

red 167 ◦ green 81 ◦ blue 1

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

Shades of Rust #A75101

Tints of Rust #A75101

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.53%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 67.07%
G = 32.53%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A75101 (or 0xA75101) is known color: Rust. HEX triplet: A7, 51 and 01. RGB value is (167,81,1). Sum of RGB (Red+Green+Blue) = 167+81+1=249 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.07% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 167 - color contains mainly: red. Hex color #A75101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75101 is #58AEFE. Grayscale: #626262. Windows color (decimal): -5811967 or 86439. OLE color: 86439.

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

Color convert

RGB 167 81 1 -
CMYK 0 0.51 0.99 0.35
HSL 28.92º 0.99% 0.33% -
HSV(B) 28.92º 0.99% 0.65% -
XYZ 18.88 14.1 1.76 -
YUV 97.59 73.49 177.5 -
System Red Green Blue C M Y K H S L
Decimal 167 81 1 0 0.51 0.99 0.35 28.92 0.99 0.33
Hex A7 51 1 0 33 63 23 1D 63 21
Octal 247 121 1 0 63 143 43 35 143 41
Binary 10100111 1010001 1 0 110011 1100011 100011 11101 1100011 100001

Color Harmonies of #A75101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75101

Black with #A75101

Text Example


Text Example

White with #A75101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75101; }

 p { color: rgb(167,81,1); }

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

background-color css

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

 a { background-color: rgb(167,81,1); }

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

border-color css

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

 span { border-color: rgb(167,81,1); }

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