#AF3D06

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

Shades of Rust #AF3D06

Tints of Rust #AF3D06

Color information

#AF3D06 (or 0xAF3D06) is unknown color: approx Rust. HEX triplet: AF, 3D and 06. RGB value is (175,61,6). Sum of RGB (Red+Green+Blue) = 175+61+6=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3D06 is #50C2F9. Grayscale: #595959. Windows color (decimal): -5292794 or 409007. OLE color: 409007.

HSL color Cylindrical-coordinate representation of color #AF3D06: hue angle of 19.53º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF3D06 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB175616-
CMYK00.650.970.31
HSL19.53º93.37%35.49%-
HSV(B)19.53º96.57%68.63%-
XYZ19.3812.461.56-
YUV88.8281.27189.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 72.31%
GREEN value IS 61 (24.22% from 255) = 25.21%
BLUE value IS 6 (2.73% from 255) = 2.48%
R=72.31%
G=25.21%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17561600.650.970.3119.5393.3735.49
HexAF3D6041611F145d23
Octal2577560101141372413543
Binary1010111111110111001000001110000111111101001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3D06; }

 p { color: rgb(175,61,6); }

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

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

 a { background-color: rgb(175,61,6); }

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

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

 span { border-color: rgb(175,61,6); }

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