#330D11

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

Shades of Rustic Red #330D11

Tints of Rustic Red #330D11

Color information

#330D11 (or 0x330D11) is unknown color: approx Rustic Red. HEX triplet: 33, 0D and 11. RGB value is (51,13,17). Sum of RGB (Red+Green+Blue) = 51+13+17=81 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.96% from 81); Green value is 13 (5.47% from 255 or 16.05% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 51 - color contains mainly: red. Hex color #330D11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330D11 is #CCF2EE. Grayscale: #181818. Windows color (decimal): -13431535 or 1117491. OLE color: 1117491.

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

Color convert

RGB511317-
CMYK00.750.670.8
HSL353.68º59.38%12.55%-
HSV(B)353.68º74.51%20%-
XYZ1.611.030.64-
YUV24.82123.59146.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 62.96%
GREEN value IS 13 (5.47% from 255) = 16.05%
BLUE value IS 17 (7.03% from 255) = 20.99%
R=62.96%
G=16.05%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51131700.750.670.8353.6859.3812.55
Hex33D1104B43501623bd
Octal63152101131031205427315
Binary11001111011000101001011100001110100001011000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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