Html Css Color HEX #A72200 Rust

📋 copy color: '#A72200'

red 167 ◦ green 34 ◦ blue 0

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

Shades of Rust #A72200

Tints of Rust #A72200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.92%

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

R = 83.08%
G = 16.92%
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

#A72200 (or 0xA72200) is known color: Rust. HEX triplet: A7, 22 and 00. RGB value is (167,34,0). Sum of RGB (Red+Green+Blue) = 167+34+0=201 (26% of max value = 765). Red value is 167 (65.62% from 255 or 83.08% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 167 - color contains mainly: red. Hex color #A72200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72200 is #58DDFF. Grayscale: #464646. Windows color (decimal): -5824000 or 8871. OLE color: 8871.

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

Color convert

RGB 167 34 0 -
CMYK 0 0.80 1 0.35
HSL 12.22º 1% 0.33% -
HSV(B) 12.22º 1% 0.65% -
XYZ 16.51 9.36 0.94 -
YUV 69.89 88.56 197.26 -
System Red Green Blue C M Y K H S L
Decimal 167 34 0 0 0.80 1 0.35 12.22 1 0.33
Hex A7 22 0 0 50 64 23 C 64 21
Octal 247 42 0 0 120 144 43 14 144 41
Binary 10100111 100010 0 0 1010000 1100100 100011 1100 1100100 100001

Color Harmonies of #A72200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72200

Black with #A72200

Text Example


Text Example

White with #A72200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72200; }

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

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

background-color css

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

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

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

border-color css

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

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

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