#af350c

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

Shades of Rust #AF350C

Tints of Rust #AF350C

Color information

#AF350C (or 0xAF350C) is unknown color: approx Rust. HEX triplet: AF, 35 and 0C. RGB value is (175,53,12). Sum of RGB (Red+Green+Blue) = 175+53+12=240 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.92% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 175 - color contains mainly: red. Hex color #AF350C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF350C is #50CAF3. Grayscale: #555555. Windows color (decimal): -5294836 or 800175. OLE color: 800175.

HSL color Cylindrical-coordinate representation of color #AF350C: hue angle of 15.09º degrees, saturation: 0.87, 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 #AF350C is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB1755312-
CMYK00.700.930.31
HSL15.09º87.17%36.67%-
HSV(B)15.09º93.14%68.63%-
XYZ19.0211.691.6-
YUV84.886.92192.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 72.92%
GREEN value IS 53 (21.09% from 255) = 22.08%
BLUE value IS 12 (5.08% from 255) = 5%
R=72.92%
G=22.08%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175531200.700.930.3115.0987.1736.67
HexAF35C0465D1Ff5725
Octal25765140106135371712745
Binary1010111111010111000100011010111011111111111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af350c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af350c; }

 p { color: rgb(175,53,12); }

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

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

 a { background-color: rgb(175,53,12); }

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

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

 span { border-color: rgb(175,53,12); }

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