#AF3E0D

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

Shades of Rust #AF3E0D

Tints of Rust #AF3E0D

Color information

#AF3E0D (or 0xAF3E0D) is unknown color: approx Rust. HEX triplet: AF, 3E and 0D. RGB value is (175,62,13). Sum of RGB (Red+Green+Blue) = 175+62+13=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3E0D is #50C1F2. Grayscale: #5A5A5A. Windows color (decimal): -5292531 or 868015. OLE color: 868015.

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

Color convert

RGB1756213-
CMYK00.650.930.31
HSL18.15º86.17%36.86%-
HSV(B)18.15º92.57%68.63%-
XYZ19.4712.591.78-
YUV90.284.44188.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 70%
GREEN value IS 62 (24.61% from 255) = 24.8%
BLUE value IS 13 (5.47% from 255) = 5.2%
R=70%
G=24.8%
B=5.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175621300.650.930.3118.1586.1736.86
HexAF3ED0415D1F125625
Octal25776150101135372212645
Binary10101111111110110101000001101110111111100101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3E0D; }

 p { color: rgb(175,62,13); }

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

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

 a { background-color: rgb(175,62,13); }

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

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

 span { border-color: rgb(175,62,13); }

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