#AF3F0B

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

Shades of Rust #AF3F0B

Tints of Rust #AF3F0B

Color information

#AF3F0B (or 0xAF3F0B) is unknown color: approx Rust. HEX triplet: AF, 3F and 0B. RGB value is (175,63,11). Sum of RGB (Red+Green+Blue) = 175+63+11=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3F0B is #50C0F4. Grayscale: #5A5A5A. Windows color (decimal): -5292277 or 737199. OLE color: 737199.

HSL color Cylindrical-coordinate representation of color #AF3F0B: hue angle of 19.02º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF3F0B is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB1756311-
CMYK00.640.940.31
HSL19.02º88.17%36.47%-
HSV(B)19.02º93.71%68.63%-
XYZ19.5212.691.74-
YUV90.5683.11188.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 70.28%
GREEN value IS 63 (25% from 255) = 25.30%
BLUE value IS 11 (4.69% from 255) = 4.42%
R=70.28%
G=25.30%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175631100.640.940.3119.0288.1736.47
HexAF3FB0405E1F135824
Octal25777130100136372313044
Binary10101111111111101101000000101111011111100111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3F0B; }

 p { color: rgb(175,63,11); }

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

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

 a { background-color: rgb(175,63,11); }

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

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

 span { border-color: rgb(175,63,11); }

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