#330004

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

Shades of Rustic Red #330004

Tints of Rustic Red #330004

Color information

#330004 (or 0x330004) is unknown color: approx Rustic Red. HEX triplet: 33, 00 and 04. RGB value is (51,0,4). Sum of RGB (Red+Green+Blue) = 51+0+4=55 (7% of max value = 765). Red value is 51 (20.31% from 255 or 92.73% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 4 (1.95% from 255 or 7.27% from 55); Max value from RGB is 51 - color contains mainly: red. Hex color #330004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330004 is #CCFFFB. Grayscale: #0F0F0F. Windows color (decimal): -13434876 or 262195. OLE color: 262195.

HSL color Cylindrical-coordinate representation of color #330004: hue angle of 355.29º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #330004 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.8.

Color convert

RGB5104-
CMYK010.920.8
HSL355.29º100%10%-
HSV(B)355.29º100%20%-
XYZ1.390.710.18-
YUV15.7121.4153.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 92.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 7.27%
R=92.73%
G=0%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.92
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5104010.920.8355.2910010
Hex33040645C5016364a
Octal6304014413412054314412
Binary1100110100011001001011100101000010110001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330004; }

 p { color: rgb(51,0,4); }

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

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

 a { background-color: rgb(51,0,4); }

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

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

 span { border-color: rgb(51,0,4); }

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