#A42D0F

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

Shades of Rust #A42D0F

Tints of Rust #A42D0F

Color information

#A42D0F (or 0xA42D0F) is unknown color: approx Rust. HEX triplet: A4, 2D and 0F. RGB value is (164,45,15). Sum of RGB (Red+Green+Blue) = 164+45+15=224 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.21% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42D0F is #5BD2F0. Grayscale: #4D4D4D. Windows color (decimal): -6017777 or 994724. OLE color: 994724.

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

Color convert

RGB1644515-
CMYK00.730.910.36
HSL12.08º83.24%35.1%-
HSV(B)12.08º90.85%64.31%-
XYZ16.339.81.48-
YUV77.1692.92189.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 73.21%
GREEN value IS 45 (17.97% from 255) = 20.09%
BLUE value IS 15 (6.25% from 255) = 6.70%
R=73.21%
G=20.09%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164451500.730.910.3612.0883.2435.1
HexA42DF0495B24c5323
Octal24455170111133441412343
Binary10100100101101111101001001101101110010011001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42D0F; }

 p { color: rgb(164,45,15); }

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

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

 a { background-color: rgb(164,45,15); }

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

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

 span { border-color: rgb(164,45,15); }

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