#330007

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

Shades of Rustic Red #330007

Tints of Rustic Red #330007

Color information

#330007 (or 0x330007) is unknown color: approx Rustic Red. HEX triplet: 33, 00 and 07. RGB value is (51,0,7). Sum of RGB (Red+Green+Blue) = 51+0+7=58 (7% of max value = 765). Red value is 51 (20.31% from 255 or 87.93% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 7 (3.12% from 255 or 12.07% from 58); Max value from RGB is 51 - color contains mainly: red. Hex color #330007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330007 is #CCFFF8. Grayscale: #101010. Windows color (decimal): -13434873 or 458803. OLE color: 458803.

HSL color Cylindrical-coordinate representation of color #330007: hue angle of 351.76º 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 #330007 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.8.

Color convert

RGB5107-
CMYK010.860.8
HSL351.76º100%10%-
HSV(B)351.76º100%20%-
XYZ1.40.720.27-
YUV16.05122.9152.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 87.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 7 (3.12% from 255) = 12.07%
R=87.93%
G=0%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.86
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5107010.860.8351.7610010
Hex3307064565016064a
Octal6307014412612054014412
Binary1100110111011001001010110101000010110000011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330007; }

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

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

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

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

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

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

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

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