#331016

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

Shades of Rustic Red #331016

Tints of Rustic Red #331016

Color information

#331016 (or 0x331016) is unknown color: approx Rustic Red. HEX triplet: 33, 10 and 16. RGB value is (51,16,22). Sum of RGB (Red+Green+Blue) = 51+16+22=89 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.30% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 51 - color contains mainly: red. Hex color #331016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331016 is #CCEFE9. Grayscale: #1B1B1B. Windows color (decimal): -13430762 or 1445939. OLE color: 1445939.

HSL color Cylindrical-coordinate representation of color #331016: hue angle of 349.71º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #331016 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.8.

Color convert

RGB511622-
CMYK00.690.570.8
HSL349.71º52.24%13.14%-
HSV(B)349.71º68.63%20%-
XYZ1.71.130.89-
YUV27.15125.1145.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 57.30%
GREEN value IS 16 (6.64% from 255) = 17.98%
BLUE value IS 22 (8.98% from 255) = 24.72%
R=57.30%
G=17.98%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51162200.690.570.8349.7152.2413.14
Hex331016045395015e34d
Octal6320260105711205366415
Binary11001110000101100100010111100110100001010111101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331016; }

 p { color: rgb(51,16,22); }

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

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

 a { background-color: rgb(51,16,22); }

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

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

 span { border-color: rgb(51,16,22); }

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