#AF421D

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

Shades of Rust #AF421D

Tints of Rust #AF421D

Color information

#AF421D (or 0xAF421D) is unknown color: approx Rust. HEX triplet: AF, 42 and 1D. RGB value is (175,66,29). Sum of RGB (Red+Green+Blue) = 175+66+29=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF421D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF421D is #50BDE2. Grayscale: #5E5E5E. Windows color (decimal): -5291491 or 1917615. OLE color: 1917615.

HSL color Cylindrical-coordinate representation of color #AF421D: hue angle of 15.21º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF421D is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB1756629-
CMYK00.620.830.31
HSL15.21º71.57%40%-
HSV(B)15.21º83.43%68.63%-
XYZ19.8513.12.64-
YUV94.3791.11185.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.81%
GREEN value IS 66 (26.17% from 255) = 24.44%
BLUE value IS 29 (11.72% from 255) = 10.74%
R=64.81%
G=24.44%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175662900.620.830.3115.2171.5740
HexAF421D03E531Ff4828
Octal25710235076123371711050
Binary10101111100001011101011111010100111111111111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF421D; }

 p { color: rgb(175,66,29); }

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

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

 a { background-color: rgb(175,66,29); }

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

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

 span { border-color: rgb(175,66,29); }

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