#af341b

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

Shades of Rust #AF341B

Tints of Rust #AF341B

Color information

#AF341B (or 0xAF341B) is unknown color: approx Rust. HEX triplet: AF, 34 and 1B. RGB value is (175,52,27). Sum of RGB (Red+Green+Blue) = 175+52+27=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF341B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF341B is #50CBE4. Grayscale: #565656. Windows color (decimal): -5295077 or 1782959. OLE color: 1782959.

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

Color convert

RGB1755227-
CMYK00.700.850.31
HSL10.14º73.27%39.61%-
HSV(B)10.14º84.57%68.63%-
XYZ19.1111.652.28-
YUV85.9394.75191.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 68.90%
GREEN value IS 52 (20.70% from 255) = 20.47%
BLUE value IS 27 (10.94% from 255) = 10.63%
R=68.90%
G=20.47%
B=10.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175522700.700.850.3110.1473.2739.61
HexAF341B046551Fa4928
Octal25764330106125371211150
Binary10101111110100110110100011010101011111110101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af341b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af341b; }

 p { color: rgb(175,52,27); }

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

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

 a { background-color: rgb(175,52,27); }

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

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

 span { border-color: rgb(175,52,27); }

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