#A33501

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

Shades of Rust #A33501

Tints of Rust #A33501

Color information

#A33501 (or 0xA33501) is unknown color: approx Rust. HEX triplet: A3, 35 and 01. RGB value is (163,53,1). Sum of RGB (Red+Green+Blue) = 163+53+1=217 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.12% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 163 - color contains mainly: red. Hex color #A33501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33501 is #5CCAFE. Grayscale: #505050. Windows color (decimal): -6081279 or 79267. OLE color: 79267.

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

Color convert

RGB163531-
CMYK00.670.990.36
HSL19.26º98.78%32.16%-
HSV(B)19.26º99.39%63.92%-
XYZ16.3810.331.16-
YUV79.9683.44187.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 75.12%
GREEN value IS 53 (21.09% from 255) = 24.42%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=75.12%
G=24.42%
B=0.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16353100.670.990.3619.2698.7832.16
HexA33510436324136320
Octal2436510103143442314340
Binary101000111101011010000111100011100100100111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33501; }

 p { color: rgb(163,53,1); }

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

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

 a { background-color: rgb(163,53,1); }

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

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

 span { border-color: rgb(163,53,1); }

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