#330D18

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

Shades of Rustic Red #330D18

Tints of Rustic Red #330D18

Color information

#330D18 (or 0x330D18) is unknown color: approx Rustic Red. HEX triplet: 33, 0D and 18. RGB value is (51,13,24). Sum of RGB (Red+Green+Blue) = 51+13+24=88 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.95% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 24 (9.77% from 255 or 27.27% from 88); Max value from RGB is 51 - color contains mainly: red. Hex color #330D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330D18 is #CCF2E7. Grayscale: #191919. Windows color (decimal): -13431528 or 1576243. OLE color: 1576243.

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

Color convert

RGB511324-
CMYK00.750.530.8
HSL342.63º59.38%12.55%-
HSV(B)342.63º74.51%20%-
XYZ1.671.060.98-
YUV25.62127.09146.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 57.95%
GREEN value IS 13 (5.47% from 255) = 14.77%
BLUE value IS 24 (9.77% from 255) = 27.27%
R=57.95%
G=14.77%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51132400.750.530.8342.6359.3812.55
Hex33D1804B35501573bd
Octal6315300113651205277315
Binary1100111101110000100101111010110100001010101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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