Html Css Color HEX #A72100 Rust

📋 copy color: '#A72100'

red 167 ◦ green 33 ◦ blue 0

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

Shades of Rust #A72100

Tints of Rust #A72100

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.5%
G = 16.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A72100 (or 0xA72100) is known color: Rust. HEX triplet: A7, 21 and 00. RGB value is (167,33,0). Sum of RGB (Red+Green+Blue) = 167+33+0=200 (26% of max value = 765). Red value is 167 (65.62% from 255 or 83.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 167 - color contains mainly: red. Hex color #A72100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72100 is #58DEFF. Grayscale: #454545. Windows color (decimal): -5824256 or 8615. OLE color: 8615.

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

Color convert

RGB 167 33 0 -
CMYK 0 0.80 1 0.35
HSL 11.86º 1% 0.33% -
HSV(B) 11.86º 1% 0.65% -
XYZ 16.48 9.3 0.93 -
YUV 69.3 88.89 197.68 -
System Red Green Blue C M Y K H S L
Decimal 167 33 0 0 0.80 1 0.35 11.86 1 0.33
Hex A7 21 0 0 50 64 23 C 64 21
Octal 247 41 0 0 120 144 43 14 144 41
Binary 10100111 100001 0 0 1010000 1100100 100011 1100 1100100 100001

Color Harmonies of #A72100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72100

Black with #A72100

Text Example


Text Example

White with #A72100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72100; }

 p { color: rgb(167,33,0); }

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

background-color css

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

 a { background-color: rgb(167,33,0); }

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

border-color css

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

 span { border-color: rgb(167,33,0); }

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