#A33F17

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

Shades of Rust #A33F17

Tints of Rust #A33F17

Color information

#A33F17 (or 0xA33F17) is unknown color: approx Rust. HEX triplet: A3, 3F and 17. RGB value is (163,63,23). Sum of RGB (Red+Green+Blue) = 163+63+23=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A33F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33F17 is #5CC0E8. Grayscale: #585858. Windows color (decimal): -6078697 or 1523619. OLE color: 1523619.

HSL color Cylindrical-coordinate representation of color #A33F17: hue angle of 17.14º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A33F17 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB1636323-
CMYK00.610.860.36
HSL17.14º75.27%36.47%-
HSV(B)17.14º85.89%63.92%-
XYZ17.0411.42.11-
YUV88.3491.13181.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 65.46%
GREEN value IS 63 (25% from 255) = 25.30%
BLUE value IS 23 (9.38% from 255) = 9.24%
R=65.46%
G=25.30%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163632300.610.860.3617.1475.2736.47
HexA33F1703D5624114b24
Octal2437727075126442111344
Binary101000111111111011101111011010110100100100011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33F17; }

 p { color: rgb(163,63,23); }

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

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

 a { background-color: rgb(163,63,23); }

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

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

 span { border-color: rgb(163,63,23); }

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