#A33816

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

Shades of Rust #A33816

Tints of Rust #A33816

Color information

#A33816 (or 0xA33816) is unknown color: approx Rust. HEX triplet: A3, 38 and 16. RGB value is (163,56,22). Sum of RGB (Red+Green+Blue) = 163+56+22=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A33816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33816 is #5CC7E9. Grayscale: #545454. Windows color (decimal): -6080490 or 1456291. OLE color: 1456291.

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

Color convert

RGB1635622-
CMYK00.660.870.36
HSL14.47º76.22%36.27%-
HSV(B)14.47º86.5%63.92%-
XYZ16.6610.671.94-
YUV84.1292.95184.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 67.63%
GREEN value IS 56 (22.27% from 255) = 23.24%
BLUE value IS 22 (8.98% from 255) = 9.13%
R=67.63%
G=23.24%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163562200.660.870.3614.4776.2236.27
HexA338160425724e4c24
Octal24370260102127441611444
Binary101000111110001011001000010101011110010011101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33816; }

 p { color: rgb(163,56,22); }

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

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

 a { background-color: rgb(163,56,22); }

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

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

 span { border-color: rgb(163,56,22); }

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