#330B15

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

Shades of Rustic Red #330B15

Tints of Rustic Red #330B15

Color information

#330B15 (or 0x330B15) is unknown color: approx Rustic Red. HEX triplet: 33, 0B and 15. RGB value is (51,11,21). Sum of RGB (Red+Green+Blue) = 51+11+21=83 (10% of max value = 765). Red value is 51 (20.31% from 255 or 61.45% from 83); Green value is 11 (4.69% from 255 or 13.25% from 83); Blue value is 21 (8.59% from 255 or 25.30% from 83); Max value from RGB is 51 - color contains mainly: red. Hex color #330B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330B15 is #CCF4EA. Grayscale: #181818. Windows color (decimal): -13432043 or 1379123. OLE color: 1379123.

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

Color convert

RGB511121-
CMYK00.780.590.8
HSL345º64.52%12.16%-
HSV(B)345º78.43%20%-
XYZ1.6210.82-
YUV24.1126.25147.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 61.45%
GREEN value IS 11 (4.69% from 255) = 13.25%
BLUE value IS 21 (8.59% from 255) = 25.30%
R=61.45%
G=13.25%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.59
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51112100.780.590.834564.5212.16
Hex33B1504E3B5015941c
Octal63132501167312053110114
Binary11001110111010101001110111011101000010101100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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