#A6430F

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

Shades of Rust #A6430F

Tints of Rust #A6430F

Color information

#A6430F (or 0xA6430F) is unknown color: approx Rust. HEX triplet: A6, 43 and 0F. RGB value is (166,67,15). Sum of RGB (Red+Green+Blue) = 166+67+15=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A6430F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6430F is #59BCF0. Grayscale: #5A5A5A. Windows color (decimal): -5881073 or 1000358. OLE color: 1000358.

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

Color convert

RGB1666715-
CMYK00.600.910.35
HSL20.66º83.43%35.49%-
HSV(B)20.66º90.96%65.1%-
XYZ17.8212.161.86-
YUV90.6785.3181.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 66.94%
GREEN value IS 67 (26.56% from 255) = 27.02%
BLUE value IS 15 (6.25% from 255) = 6.05%
R=66.94%
G=27.02%
B=6.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166671500.600.910.3520.6683.4335.49
HexA643F03C5B23155323
Octal24610317074133432512343
Binary101001101000011111101111001011011100011101011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6430F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6430F; }

 p { color: rgb(166,67,15); }

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

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

 a { background-color: rgb(166,67,15); }

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

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

 span { border-color: rgb(166,67,15); }

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