#330E17

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

Shades of Rustic Red #330E17

Tints of Rustic Red #330E17

Color information

#330E17 (or 0x330E17) is unknown color: approx Rustic Red. HEX triplet: 33, 0E and 17. RGB value is (51,14,23). Sum of RGB (Red+Green+Blue) = 51+14+23=88 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.95% from 88); Green value is 14 (5.86% from 255 or 15.91% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 51 - color contains mainly: red. Hex color #330E17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330E17 is #CCF1E8. Grayscale: #1A1A1A. Windows color (decimal): -13431273 or 1510963. OLE color: 1510963.

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

Color convert

RGB511423-
CMYK00.730.550.8
HSL345.41º56.92%12.75%-
HSV(B)345.41º72.55%20%-
XYZ1.681.080.93-
YUV26.09126.26145.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 57.95%
GREEN value IS 14 (5.86% from 255) = 15.91%
BLUE value IS 23 (9.38% from 255) = 26.14%
R=57.95%
G=15.91%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.55
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51142300.730.550.8345.4156.9212.75
Hex33E17049375015939d
Octal6316270111671205317115
Binary1100111110101110100100111011110100001010110011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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