#af461b

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

Shades of Rust #AF461B

Tints of Rust #AF461B

Color information

#AF461B (or 0xAF461B) is unknown color: approx Rust. HEX triplet: AF, 46 and 1B. RGB value is (175,70,27). Sum of RGB (Red+Green+Blue) = 175+70+27=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF461B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF461B is #50B9E4. Grayscale: #606060. Windows color (decimal): -5290469 or 1787567. OLE color: 1787567.

HSL color Cylindrical-coordinate representation of color #AF461B: hue angle of 17.43º 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 #AF461B is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB1757027-
CMYK00.600.850.31
HSL17.43º73.27%39.61%-
HSV(B)17.43º84.57%68.63%-
XYZ20.0713.572.6-
YUV96.4988.79184-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.34%
GREEN value IS 70 (27.73% from 255) = 25.74%
BLUE value IS 27 (10.94% from 255) = 9.93%
R=64.34%
G=25.74%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175702700.600.850.3117.4373.2739.61
HexAF461B03C551F114928
Octal25710633074125372111150
Binary101011111000110110110111100101010111111100011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af461b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af461b; }

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

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

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

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

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

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

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

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