#330307

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

Shades of Rustic Red #330307

Tints of Rustic Red #330307

Color information

#330307 (or 0x330307) is unknown color: approx Rustic Red. HEX triplet: 33, 03 and 07. RGB value is (51,3,7). Sum of RGB (Red+Green+Blue) = 51+3+7=61 (8% of max value = 765). Red value is 51 (20.31% from 255 or 83.61% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 7 (3.12% from 255 or 11.48% from 61); Max value from RGB is 51 - color contains mainly: red. Hex color #330307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330307 is #CCFCF8. Grayscale: #111111. Windows color (decimal): -13434105 or 459571. OLE color: 459571.

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

Color convert

RGB5137-
CMYK00.940.860.8
HSL355º88.89%10.59%-
HSV(B)355º94.12%20%-
XYZ1.440.780.28-
YUV17.81121.9151.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 83.61%
GREEN value IS 3 (1.56% from 255) = 4.92%
BLUE value IS 7 (3.12% from 255) = 11.48%
R=83.61%
G=4.92%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal513700.940.860.835588.8910.59
Hex333705E565016359b
Octal6337013612612054313113
Binary11001111111010111101010110101000010110001110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330307; }

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

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

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

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

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

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

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

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