#330E10

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

Shades of Rustic Red #330E10

Tints of Rustic Red #330E10

Color information

#330E10 (or 0x330E10) is unknown color: approx Rustic Red. HEX triplet: 33, 0E and 10. RGB value is (51,14,16). Sum of RGB (Red+Green+Blue) = 51+14+16=81 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.96% from 81); Green value is 14 (5.86% from 255 or 17.28% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 51 - color contains mainly: red. Hex color #330E10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330E10 is #CCF1EF. Grayscale: #191919. Windows color (decimal): -13431280 or 1052211. OLE color: 1052211.

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

Color convert

RGB511416-
CMYK00.730.690.8
HSL356.76º56.92%12.75%-
HSV(B)356.76º72.55%20%-
XYZ1.621.060.61-
YUV25.29122.76146.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 62.96%
GREEN value IS 14 (5.86% from 255) = 17.28%
BLUE value IS 16 (6.64% from 255) = 19.75%
R=62.96%
G=17.28%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51141600.730.690.8356.7656.9212.75
Hex33E10049455016539d
Octal63162001111051205457115
Binary11001111101000001001001100010110100001011001011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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