#330E11

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

Shades of Rustic Red #330E11

Tints of Rustic Red #330E11

Color information

#330E11 (or 0x330E11) is unknown color: approx Rustic Red. HEX triplet: 33, 0E and 11. RGB value is (51,14,17). Sum of RGB (Red+Green+Blue) = 51+14+17=82 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.20% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 51 - color contains mainly: red. Hex color #330E11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330E11 is #CCF1EE. Grayscale: #191919. Windows color (decimal): -13431279 or 1117747. OLE color: 1117747.

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

Color convert

RGB511417-
CMYK00.730.670.8
HSL355.14º56.92%12.75%-
HSV(B)355.14º72.55%20%-
XYZ1.621.060.65-
YUV25.4123.26146.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 62.20%
GREEN value IS 14 (5.86% from 255) = 17.07%
BLUE value IS 17 (7.03% from 255) = 20.73%
R=62.20%
G=17.07%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51141700.730.670.8355.1456.9212.75
Hex33E11049435016339d
Octal63162101111031205437115
Binary11001111101000101001001100001110100001011000111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330E11; }

 p { color: rgb(51,14,17); }

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

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

 a { background-color: rgb(51,14,17); }

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

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

 span { border-color: rgb(51,14,17); }

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