#A42C00

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

Shades of Rust #A42C00

Tints of Rust #A42C00

Color information

#A42C00 (or 0xA42C00) is unknown color: approx Rust. HEX triplet: A4, 2C and 00. RGB value is (164,44,0). Sum of RGB (Red+Green+Blue) = 164+44+0=208 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.85% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 164 - color contains mainly: red. Hex color #A42C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42C00 is #5BD3FF. Grayscale: #4B4B4B. Windows color (decimal): -6018048 or 11428. OLE color: 11428.

HSL color Cylindrical-coordinate representation of color #A42C00: hue angle of 16.1º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A42C00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB164440-
CMYK00.7310.36
HSL16.1º100%32.16%-
HSV(B)16.1º100%64.31%-
XYZ16.219.691.02-
YUV74.8685.76191.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 78.85%
GREEN value IS 44 (17.58% from 255) = 21.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.85%
G=21.15%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16444000.7310.3616.110032.16
HexA42C00496424106420
Octal2445400111144442014440
Binary101001001011000010010011100100100100100001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42C00; }

 p { color: rgb(164,44,0); }

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

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

 a { background-color: rgb(164,44,0); }

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

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

 span { border-color: rgb(164,44,0); }

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