#330315

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

Shades of Rustic Red #330315

Tints of Rustic Red #330315

Color information

#330315 (or 0x330315) is unknown color: approx Rustic Red. HEX triplet: 33, 03 and 15. RGB value is (51,3,21). Sum of RGB (Red+Green+Blue) = 51+3+21=75 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 51 - color contains mainly: red. Hex color #330315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330315 is #CCFCEA. Grayscale: #131313. Windows color (decimal): -13434091 or 1377075. OLE color: 1377075.

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

Color convert

RGB51321-
CMYK00.940.590.8
HSL337.5º88.89%10.59%-
HSV(B)337.5º94.12%20%-
XYZ1.530.820.79-
YUV19.4128.9150.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 68%
GREEN value IS 3 (1.56% from 255) = 4%
BLUE value IS 21 (8.59% from 255) = 28%
R=68%
G=4%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.59
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5132100.940.590.8337.588.8910.59
Hex3331505E3B5015259b
Octal6332501367312052213113
Binary110011111010101011110111011101000010101001010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330315; }

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

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

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

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

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

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

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

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