#330B13

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

Shades of Rustic Red #330B13

Tints of Rustic Red #330B13

Color information

#330B13 (or 0x330B13) is unknown color: approx Rustic Red. HEX triplet: 33, 0B and 13. RGB value is (51,11,19). Sum of RGB (Red+Green+Blue) = 51+11+19=81 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.96% from 81); Green value is 11 (4.69% from 255 or 13.58% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 51 - color contains mainly: red. Hex color #330B13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330B13 is #CCF4EC. Grayscale: #171717. Windows color (decimal): -13432045 or 1248051. OLE color: 1248051.

HSL color Cylindrical-coordinate representation of color #330B13: hue angle of 348º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #330B13 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.8.

Color convert

RGB511119-
CMYK00.780.630.8
HSL348º64.52%12.16%-
HSV(B)348º78.43%20%-
XYZ1.60.990.72-
YUV23.87125.25147.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 62.96%
GREEN value IS 11 (4.69% from 255) = 13.58%
BLUE value IS 19 (7.81% from 255) = 23.46%
R=62.96%
G=13.58%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51111900.780.630.834864.5212.16
Hex33B1304E3F5015c41c
Octal63132301167712053410114
Binary11001110111001101001110111111101000010101110010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,11,19); }

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

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

 a { background-color: rgb(51,11,19); }

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

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

 span { border-color: rgb(51,11,19); }

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