#AF3915

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

Shades of Rust #AF3915

Tints of Rust #AF3915

Color information

#AF3915 (or 0xAF3915) is unknown color: approx Rust. HEX triplet: AF, 39 and 15. RGB value is (175,57,21). Sum of RGB (Red+Green+Blue) = 175+57+21=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3915 is #50C6EA. Grayscale: #585858. Windows color (decimal): -5293803 or 1391023. OLE color: 1391023.

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

Color convert

RGB1755721-
CMYK00.670.880.31
HSL14.03º78.57%38.43%-
HSV(B)14.03º88%68.63%-
XYZ19.2812.092.03-
YUV88.1890.09189.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 69.17%
GREEN value IS 57 (22.66% from 255) = 22.53%
BLUE value IS 21 (8.59% from 255) = 8.30%
R=69.17%
G=22.53%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175572100.670.880.3114.0378.5738.43
HexAF3915043581Fe4f26
Octal25771250103130371611746
Binary10101111111001101010100001110110001111111101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3915; }

 p { color: rgb(175,57,21); }

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

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

 a { background-color: rgb(175,57,21); }

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

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

 span { border-color: rgb(175,57,21); }

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