#AF3309

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

Shades of Rust #AF3309

Tints of Rust #AF3309

Color information

#AF3309 (or 0xAF3309) is unknown color: approx Rust. HEX triplet: AF, 33 and 09. RGB value is (175,51,9). Sum of RGB (Red+Green+Blue) = 175+51+9=235 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.47% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3309 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3309 is #50CCF6. Grayscale: #535353. Windows color (decimal): -5295351 or 603055. OLE color: 603055.

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

Color convert

RGB175519-
CMYK00.710.950.31
HSL15.18º90.22%36.08%-
HSV(B)15.18º94.86%68.63%-
XYZ18.9111.51.48-
YUV83.2986.08193.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 74.47%
GREEN value IS 51 (20.31% from 255) = 21.70%
BLUE value IS 9 (3.91% from 255) = 3.83%
R=74.47%
G=21.70%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17551900.710.950.3115.1890.2236.08
HexAF3390475F1Ff5a24
Octal25763110107137371713244
Binary1010111111001110010100011110111111111111111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3309; }

 p { color: rgb(175,51,9); }

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

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

 a { background-color: rgb(175,51,9); }

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

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

 span { border-color: rgb(175,51,9); }

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