#A33401

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

Shades of Rust #A33401

Tints of Rust #A33401

Color information

#A33401 (or 0xA33401) is unknown color: approx Rust. HEX triplet: A3, 34 and 01. RGB value is (163,52,1). Sum of RGB (Red+Green+Blue) = 163+52+1=216 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.46% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 163 - color contains mainly: red. Hex color #A33401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33401 is #5CCBFE. Grayscale: #4F4F4F. Windows color (decimal): -6081535 or 79011. OLE color: 79011.

HSL color Cylindrical-coordinate representation of color #A33401: hue angle of 18.89º 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 #A33401 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB163521-
CMYK00.680.990.36
HSL18.89º98.78%32.16%-
HSV(B)18.89º99.39%63.92%-
XYZ16.3410.241.15-
YUV79.3883.77187.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 75.46%
GREEN value IS 52 (20.70% from 255) = 24.07%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=75.46%
G=24.07%
B=0.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16352100.680.990.3618.8998.7832.16
HexA33410446324136320
Octal2436410104143442314340
Binary101000111101001010001001100011100100100111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33401; }

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

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

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

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

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

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

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

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