#330915

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

Shades of Rustic Red #330915

Tints of Rustic Red #330915

Color information

#330915 (or 0x330915) is unknown color: approx Rustic Red. HEX triplet: 33, 09 and 15. RGB value is (51,9,21). Sum of RGB (Red+Green+Blue) = 51+9+21=81 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.96% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 51 - color contains mainly: red. Hex color #330915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330915 is #CCF6EA. Grayscale: #161616. Windows color (decimal): -13432555 or 1378611. OLE color: 1378611.

HSL color Cylindrical-coordinate representation of color #330915: hue angle of 342.86º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #330915 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.8.

Color convert

RGB51921-
CMYK00.820.590.8
HSL342.86º70%11.76%-
HSV(B)342.86º82.35%20%-
XYZ1.60.950.81-
YUV22.93126.91148.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 62.96%
GREEN value IS 9 (3.91% from 255) = 11.11%
BLUE value IS 21 (8.59% from 255) = 25.93%
R=62.96%
G=11.11%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.59
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5192100.820.590.8342.867011.76
Hex339150523B5015746c
Octal63112501227312052710614
Binary11001110011010101010010111011101000010101011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330915; }

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

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

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

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

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

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

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

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