#330009

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

Shades of Rustic Red #330009

Tints of Rustic Red #330009

Color information

#330009 (or 0x330009) is unknown color: approx Rustic Red. HEX triplet: 33, 00 and 09. RGB value is (51,0,9). Sum of RGB (Red+Green+Blue) = 51+0+9=60 (7% of max value = 765). Red value is 51 (20.31% from 255 or 85% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 9 (3.91% from 255 or 15% from 60); Max value from RGB is 51 - color contains mainly: red. Hex color #330009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330009 is #CCFFF6. Grayscale: #101010. Windows color (decimal): -13434871 or 589875. OLE color: 589875.

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

Color convert

RGB5109-
CMYK010.820.8
HSL349.41º100%10%-
HSV(B)349.41º100%20%-
XYZ1.410.720.32-
YUV16.27123.9152.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 15%
R=85%
G=0%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.82
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5109010.820.8349.4110010
Hex3309064525015d64a
Octal63011014412212053514412
Binary11001101001011001001010010101000010101110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330009; }

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

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

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

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

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

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

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

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