#330E0F

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

Shades of Rustic Red #330E0F

Tints of Rustic Red #330E0F

Color information

#330E0F (or 0x330E0F) is unknown color: approx Rustic Red. HEX triplet: 33, 0E and 0F. RGB value is (51,14,15). Sum of RGB (Red+Green+Blue) = 51+14+15=80 (10% of max value = 765). Red value is 51 (20.31% from 255 or 63.75% from 80); Green value is 14 (5.86% from 255 or 17.5% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 51 - color contains mainly: red. Hex color #330E0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330E0F is #CCF1F0. Grayscale: #191919. Windows color (decimal): -13431281 or 986675. OLE color: 986675.

HSL color Cylindrical-coordinate representation of color #330E0F: hue angle of 358.38º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #330E0F is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.8.

Color convert

RGB511415-
CMYK00.730.710.8
HSL358.38º56.92%12.75%-
HSV(B)358.38º72.55%20%-
XYZ1.611.050.57-
YUV25.18122.26146.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 63.75%
GREEN value IS 14 (5.86% from 255) = 17.5%
BLUE value IS 15 (6.25% from 255) = 18.75%
R=63.75%
G=17.5%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51141500.730.710.8358.3856.9212.75
Hex33EF049475016639d
Octal63161701111071205467115
Binary1100111110111101001001100011110100001011001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,14,15); }

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

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

 a { background-color: rgb(51,14,15); }

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

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

 span { border-color: rgb(51,14,15); }

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