#330F15

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

Shades of Rustic Red #330F15

Tints of Rustic Red #330F15

Color information

#330F15 (or 0x330F15) is unknown color: approx Rustic Red. HEX triplet: 33, 0F and 15. RGB value is (51,15,21). Sum of RGB (Red+Green+Blue) = 51+15+21=87 (11% of max value = 765). Red value is 51 (20.31% from 255 or 58.62% from 87); Green value is 15 (6.25% from 255 or 17.24% from 87); Blue value is 21 (8.59% from 255 or 24.14% from 87); Max value from RGB is 51 - color contains mainly: red. Hex color #330F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330F15 is #CCF0EA. Grayscale: #1A1A1A. Windows color (decimal): -13431019 or 1380147. OLE color: 1380147.

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

Color convert

RGB511521-
CMYK00.710.590.8
HSL350º54.55%12.94%-
HSV(B)350º70.59%20%-
XYZ1.671.10.83-
YUV26.45124.93145.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 58.62%
GREEN value IS 15 (6.25% from 255) = 17.24%
BLUE value IS 21 (8.59% from 255) = 24.14%
R=58.62%
G=17.24%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51152100.710.590.835054.5512.94
Hex33F150473B5015e37d
Octal6317250107731205366715
Binary1100111111101010100011111101110100001010111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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