#330515

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

Shades of Rustic Red #330515

Tints of Rustic Red #330515

Color information

#330515 (or 0x330515) is unknown color: approx Rustic Red. HEX triplet: 33, 05 and 15. RGB value is (51,5,21). Sum of RGB (Red+Green+Blue) = 51+5+21=77 (10% of max value = 765). Red value is 51 (20.31% from 255 or 66.23% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 51 - color contains mainly: red. Hex color #330515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330515 is #CCFAEA. Grayscale: #141414. Windows color (decimal): -13433579 or 1377587. OLE color: 1377587.

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

Color convert

RGB51521-
CMYK00.900.590.8
HSL339.13º82.14%10.98%-
HSV(B)339.13º90.2%20%-
XYZ1.550.870.79-
YUV20.58128.24149.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 66.23%
GREEN value IS 5 (2.34% from 255) = 6.49%
BLUE value IS 21 (8.59% from 255) = 27.27%
R=66.23%
G=6.49%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.59
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5152100.900.590.8339.1382.1410.98
Hex3351505A3B5015352b
Octal6352501327312052312213
Binary1100111011010101011010111011101000010101001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330515; }

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

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

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

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

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

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

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

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