#330D0E

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

Shades of Rustic Red #330D0E

Tints of Rustic Red #330D0E

Color information

#330D0E (or 0x330D0E) is unknown color: approx Rustic Red. HEX triplet: 33, 0D and 0E. RGB value is (51,13,14). Sum of RGB (Red+Green+Blue) = 51+13+14=78 (10% of max value = 765). Red value is 51 (20.31% from 255 or 65.38% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 51 - color contains mainly: red. Hex color #330D0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330D0E is #CCF2F1. Grayscale: #181818. Windows color (decimal): -13431538 or 920883. OLE color: 920883.

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

Color convert

RGB511314-
CMYK00.750.730.8
HSL358.42º59.38%12.55%-
HSV(B)358.42º74.51%20%-
XYZ1.591.020.53-
YUV24.48122.09146.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 65.38%
GREEN value IS 13 (5.47% from 255) = 16.67%
BLUE value IS 14 (5.86% from 255) = 17.95%
R=65.38%
G=16.67%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51131400.750.730.8358.4259.3812.55
Hex33DE04B49501663bd
Octal63151601131111205467315
Binary1100111101111001001011100100110100001011001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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