#330B18

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

Shades of Rustic Red #330B18

Tints of Rustic Red #330B18

Color information

#330B18 (or 0x330B18) is unknown color: approx Rustic Red. HEX triplet: 33, 0B and 18. RGB value is (51,11,24). Sum of RGB (Red+Green+Blue) = 51+11+24=86 (11% of max value = 765). Red value is 51 (20.31% from 255 or 59.30% from 86); Green value is 11 (4.69% from 255 or 12.79% from 86); Blue value is 24 (9.77% from 255 or 27.91% from 86); Max value from RGB is 51 - color contains mainly: red. Hex color #330B18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330B18 is #CCF4E7. Grayscale: #181818. Windows color (decimal): -13432040 or 1575731. OLE color: 1575731.

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

Color convert

RGB511124-
CMYK00.780.530.8
HSL340.5º64.52%12.16%-
HSV(B)340.5º78.43%20%-
XYZ1.651.010.97-
YUV24.44127.75146.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 59.30%
GREEN value IS 11 (4.69% from 255) = 12.79%
BLUE value IS 24 (9.77% from 255) = 27.91%
R=59.30%
G=12.79%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51112400.780.530.8340.564.5212.16
Hex33B1804E355015441c
Octal63133001166512052410114
Binary11001110111100001001110110101101000010101010010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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