#AF4B0B

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

Shades of Rust #AF4B0B

Tints of Rust #AF4B0B

Color information

#AF4B0B (or 0xAF4B0B) is unknown color: approx Rust. HEX triplet: AF, 4B and 0B. RGB value is (175,75,11). Sum of RGB (Red+Green+Blue) = 175+75+11=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4B0B is #50B4F4. Grayscale: #616161. Windows color (decimal): -5289205 or 740271. OLE color: 740271.

HSL color Cylindrical-coordinate representation of color #AF4B0B: hue angle of 23.41º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF4B0B is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB1757511-
CMYK00.570.940.31
HSL23.41º88.17%36.47%-
HSV(B)23.41º93.71%68.63%-
XYZ20.2614.171.98-
YUV97.679.13183.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 67.05%
GREEN value IS 75 (29.69% from 255) = 28.74%
BLUE value IS 11 (4.69% from 255) = 4.21%
R=67.05%
G=28.74%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175751100.570.940.3123.4188.1736.47
HexAF4BB0395E1F175824
Octal25711313071136372713044
Binary10101111100101110110111001101111011111101111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4B0B; }

 p { color: rgb(175,75,11); }

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

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

 a { background-color: rgb(175,75,11); }

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

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

 span { border-color: rgb(175,75,11); }

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