#AF4A12

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

Shades of Rust #AF4A12

Tints of Rust #AF4A12

Color information

#AF4A12 (or 0xAF4A12) is unknown color: approx Rust. HEX triplet: AF, 4A and 12. RGB value is (175,74,18). Sum of RGB (Red+Green+Blue) = 175+74+18=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4A12 is #50B5ED. Grayscale: #626262. Windows color (decimal): -5289454 or 1198767. OLE color: 1198767.

HSL color Cylindrical-coordinate representation of color #AF4A12: hue angle of 21.4º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF4A12 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB1757418-
CMYK00.580.900.31
HSL21.4º81.35%37.84%-
HSV(B)21.4º89.71%68.63%-
XYZ20.2414.062.22-
YUV97.8282.96183.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 65.54%
GREEN value IS 74 (29.30% from 255) = 27.72%
BLUE value IS 18 (7.42% from 255) = 6.74%
R=65.54%
G=27.72%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175741800.580.900.3121.481.3537.84
HexAF4A1203A5A1F155126
Octal25711222072132372512146
Binary101011111001010100100111010101101011111101011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4A12; }

 p { color: rgb(175,74,18); }

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

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

 a { background-color: rgb(175,74,18); }

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

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

 span { border-color: rgb(175,74,18); }

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