#330B14

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

Shades of Rustic Red #330B14

Tints of Rustic Red #330B14

Color information

#330B14 (or 0x330B14) is unknown color: approx Rustic Red. HEX triplet: 33, 0B and 14. RGB value is (51,11,20). Sum of RGB (Red+Green+Blue) = 51+11+20=82 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.20% from 82); Green value is 11 (4.69% from 255 or 13.41% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 51 - color contains mainly: red. Hex color #330B14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330B14 is #CCF4EB. Grayscale: #171717. Windows color (decimal): -13432044 or 1313587. OLE color: 1313587.

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

Color convert

RGB511120-
CMYK00.780.610.8
HSL346.5º64.52%12.16%-
HSV(B)346.5º78.43%20%-
XYZ1.610.990.77-
YUV23.99125.75147.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 62.20%
GREEN value IS 11 (4.69% from 255) = 13.41%
BLUE value IS 20 (8.20% from 255) = 24.39%
R=62.20%
G=13.41%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51112000.780.610.8346.564.5212.16
Hex33B1404E3D5015a41c
Octal63132401167512053210114
Binary11001110111010001001110111101101000010101101010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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