#330E12

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

Shades of Rustic Red #330E12

Tints of Rustic Red #330E12

Color information

#330E12 (or 0x330E12) is unknown color: approx Rustic Red. HEX triplet: 33, 0E and 12. RGB value is (51,14,18). Sum of RGB (Red+Green+Blue) = 51+14+18=83 (10% of max value = 765). Red value is 51 (20.31% from 255 or 61.45% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 51 - color contains mainly: red. Hex color #330E12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330E12 is #CCF1ED. Grayscale: #191919. Windows color (decimal): -13431278 or 1183283. OLE color: 1183283.

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

Color convert

RGB511418-
CMYK00.730.650.8
HSL353.51º56.92%12.75%-
HSV(B)353.51º72.55%20%-
XYZ1.631.060.69-
YUV25.52123.76146.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 61.45%
GREEN value IS 14 (5.86% from 255) = 16.87%
BLUE value IS 18 (7.42% from 255) = 21.69%
R=61.45%
G=16.87%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51141800.730.650.8353.5156.9212.75
Hex33E12049415016239d
Octal63162201111011205427115
Binary11001111101001001001001100000110100001011000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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