#AF300A

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

Shades of Rust #AF300A

Tints of Rust #AF300A

Color information

#AF300A (or 0xAF300A) is unknown color: approx Rust. HEX triplet: AF, 30 and 0A. RGB value is (175,48,10). Sum of RGB (Red+Green+Blue) = 175+48+10=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF300A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF300A is #50CFF5. Grayscale: #515151. Windows color (decimal): -5296118 or 667823. OLE color: 667823.

HSL color Cylindrical-coordinate representation of color #AF300A: hue angle of 13.82º degrees, saturation: 0.89, 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 #AF300A is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB1754810-
CMYK00.730.940.31
HSL13.82º89.19%36.27%-
HSV(B)13.82º94.29%68.63%-
XYZ18.7911.251.47-
YUV81.6487.58194.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 75.11%
GREEN value IS 48 (19.14% from 255) = 20.60%
BLUE value IS 10 (4.30% from 255) = 4.29%
R=75.11%
G=20.60%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175481000.730.940.3113.8289.1936.27
HexAF30A0495E1Fe5924
Octal25760120111136371613144
Binary1010111111000010100100100110111101111111101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF300A; }

 p { color: rgb(175,48,10); }

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

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

 a { background-color: rgb(175,48,10); }

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

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

 span { border-color: rgb(175,48,10); }

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