#331013

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

Shades of Rustic Red #331013

Tints of Rustic Red #331013

Color information

#331013 (or 0x331013) is unknown color: approx Rustic Red. HEX triplet: 33, 10 and 13. RGB value is (51,16,19). Sum of RGB (Red+Green+Blue) = 51+16+19=86 (11% of max value = 765). Red value is 51 (20.31% from 255 or 59.30% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 51 - color contains mainly: red. Hex color #331013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331013 is #CCEFEC. Grayscale: #1A1A1A. Windows color (decimal): -13430765 or 1249331. OLE color: 1249331.

HSL color Cylindrical-coordinate representation of color #331013: hue angle of 354.86º 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 #331013 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.8.

Color convert

RGB511619-
CMYK00.690.630.8
HSL354.86º52.24%13.14%-
HSV(B)354.86º68.63%20%-
XYZ1.671.120.74-
YUV26.81123.6145.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 59.30%
GREEN value IS 16 (6.64% from 255) = 18.60%
BLUE value IS 19 (7.81% from 255) = 22.09%
R=59.30%
G=18.60%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51161900.690.630.8354.8652.2413.14
Hex3310130453F5016334d
Octal6320230105771205436415
Binary11001110000100110100010111111110100001011000111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331013; }

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

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

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

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

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

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

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

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