#A33307

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

Shades of Rust #A33307

Tints of Rust #A33307

Color information

#A33307 (or 0xA33307) is unknown color: approx Rust. HEX triplet: A3, 33 and 07. RGB value is (163,51,7). Sum of RGB (Red+Green+Blue) = 163+51+7=221 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.76% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 7 (3.12% from 255 or 3.17% from 221); Max value from RGB is 163 - color contains mainly: red. Hex color #A33307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33307 is #5CCCF8. Grayscale: #4F4F4F. Windows color (decimal): -6081785 or 471971. OLE color: 471971.

HSL color Cylindrical-coordinate representation of color #A33307: hue angle of 16.92º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A33307 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB163517-
CMYK00.690.960.36
HSL16.92º91.76%33.33%-
HSV(B)16.92º95.71%63.92%-
XYZ16.3310.171.3-
YUV79.4787.11187.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 73.76%
GREEN value IS 51 (20.31% from 255) = 23.08%
BLUE value IS 7 (3.12% from 255) = 3.17%
R=73.76%
G=23.08%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16351700.690.960.3616.9291.7633.33
HexA33370456024115c21
Octal2436370105140442113441
Binary10100011110011111010001011100000100100100011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33307; }

 p { color: rgb(163,51,7); }

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

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

 a { background-color: rgb(163,51,7); }

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

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

 span { border-color: rgb(163,51,7); }

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