#af3903

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

Shades of Rust #AF3903

Tints of Rust #AF3903

Color information

#AF3903 (or 0xAF3903) is unknown color: approx Rust. HEX triplet: AF, 39 and 03. RGB value is (175,57,3). Sum of RGB (Red+Green+Blue) = 175+57+3=235 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.47% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3903 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3903 is #50C6FC. Grayscale: #565656. Windows color (decimal): -5293821 or 211375. OLE color: 211375.

HSL color Cylindrical-coordinate representation of color #AF3903: hue angle of 18.84º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF3903 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB175573-
CMYK00.670.980.31
HSL18.84º96.63%34.9%-
HSV(B)18.84º98.29%68.63%-
XYZ19.1612.051.4-
YUV86.1381.09191.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 74.47%
GREEN value IS 57 (22.66% from 255) = 24.26%
BLUE value IS 3 (1.56% from 255) = 1.28%
R=74.47%
G=24.26%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17557300.670.980.3118.8496.6334.9
HexAF393043621F136123
Octal2577130103142372314143
Binary101011111110011101000011110001011111100111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af3903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af3903; }

 p { color: rgb(175,57,3); }

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

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

 a { background-color: rgb(175,57,3); }

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

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

 span { border-color: rgb(175,57,3); }

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