#AF3808

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

Shades of Rust #AF3808

Tints of Rust #AF3808

Color information

#AF3808 (or 0xAF3808) is unknown color: approx Rust. HEX triplet: AF, 38 and 08. RGB value is (175,56,8). Sum of RGB (Red+Green+Blue) = 175+56+8=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3808 is #50C7F7. Grayscale: #565656. Windows color (decimal): -5294072 or 538799. OLE color: 538799.

HSL color Cylindrical-coordinate representation of color #AF3808: hue angle of 17.25º degrees, saturation: 0.91, 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 #AF3808 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB175568-
CMYK00.680.950.31
HSL17.25º91.26%35.88%-
HSV(B)17.25º95.43%68.63%-
XYZ19.1411.961.53-
YUV86.1183.92191.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 73.22%
GREEN value IS 56 (22.27% from 255) = 23.43%
BLUE value IS 8 (3.52% from 255) = 3.35%
R=73.22%
G=23.43%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17556800.680.950.3117.2591.2635.88
HexAF3880445F1F115b24
Octal25770100104137372113344
Binary10101111111000100001000100101111111111100011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3808; }

 p { color: rgb(175,56,8); }

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

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

 a { background-color: rgb(175,56,8); }

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

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

 span { border-color: rgb(175,56,8); }

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