#A42803

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

Shades of Rust #A42803

Tints of Rust #A42803

Color information

#A42803 (or 0xA42803) is unknown color: approx Rust. HEX triplet: A4, 28 and 03. RGB value is (164,40,3). Sum of RGB (Red+Green+Blue) = 164+40+3=207 (27% of max value = 765). Red value is 164 (64.45% from 255 or 79.23% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 164 - color contains mainly: red. Hex color #A42803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42803 is #5BD7FC. Grayscale: #494949. Windows color (decimal): -6019069 or 207012. OLE color: 207012.

HSL color Cylindrical-coordinate representation of color #A42803: hue angle of 13.79º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A42803 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB164403-
CMYK00.760.980.36
HSL13.79º96.41%32.75%-
HSV(B)13.79º98.17%64.31%-
XYZ16.099.421.06-
YUV72.8688.58193.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 79.23%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 3 (1.56% from 255) = 1.45%
R=79.23%
G=19.32%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16440300.760.980.3613.7996.4132.75
HexA428304C6224e6021
Octal2445030114142441614041
Binary101001001010001101001100110001010010011101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42803; }

 p { color: rgb(164,40,3); }

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

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

 a { background-color: rgb(164,40,3); }

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

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

 span { border-color: rgb(164,40,3); }

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