#A72800

Color #A72800 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #A72800

Tints of Rust #A72800

Color information

#A72800 (or 0xA72800) is unknown color: approx Rust. HEX triplet: A7, 28 and 00. RGB value is (167,40,0). Sum of RGB (Red+Green+Blue) = 167+40+0=207 (27% of max value = 765). Red value is 167 (65.62% from 255 or 80.68% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 167 - color contains mainly: red. Hex color #A72800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72800 is #58D7FF. Grayscale: #494949. Windows color (decimal): -5822464 or 10407. OLE color: 10407.

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

Color convert

RGB167400-
CMYK00.7610.35
HSL14.37º100%32.75%-
HSV(B)14.37º100%65.49%-
XYZ16.79.731-
YUV73.4186.58194.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 80.68%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.68%
G=19.32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16740000.7610.3514.3710032.75
HexA728004C6423e6421
Octal2475000114144431614441
Binary10100111101000001001100110010010001111101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72800; }

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

 H1.HeaderClassName
 {
   color: #A72800;
 }
 .AnyTagClassName
 {
   color: #A72800;
 }
</style>
background-color css

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

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

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

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

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

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