#330309

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

Shades of Rustic Red #330309

Tints of Rustic Red #330309

Color information

#330309 (or 0x330309) is unknown color: approx Rustic Red. HEX triplet: 33, 03 and 09. RGB value is (51,3,9). Sum of RGB (Red+Green+Blue) = 51+3+9=63 (8% of max value = 765). Red value is 51 (20.31% from 255 or 80.95% from 63); Green value is 3 (1.56% from 255 or 4.76% from 63); Blue value is 9 (3.91% from 255 or 14.29% from 63); Max value from RGB is 51 - color contains mainly: red. Hex color #330309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330309 is #CCFCF6. Grayscale: #121212. Windows color (decimal): -13434103 or 590643. OLE color: 590643.

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

Color convert

RGB5139-
CMYK00.940.820.8
HSL352.5º88.89%10.59%-
HSV(B)352.5º94.12%20%-
XYZ1.450.790.33-
YUV18.04122.9151.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 80.95%
GREEN value IS 3 (1.56% from 255) = 4.76%
BLUE value IS 9 (3.91% from 255) = 14.29%
R=80.95%
G=4.76%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal513900.940.820.8352.588.8910.59
Hex333905E525016059b
Octal63311013612212054013113
Binary110011111001010111101010010101000010110000010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330309; }

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

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

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

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

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

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

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

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