#330312

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

Shades of Rustic Red #330312

Tints of Rustic Red #330312

Color information

#330312 (or 0x330312) is unknown color: approx Rustic Red. HEX triplet: 33, 03 and 12. RGB value is (51,3,18). Sum of RGB (Red+Green+Blue) = 51+3+18=72 (9% of max value = 765). Red value is 51 (20.31% from 255 or 70.83% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 51 - color contains mainly: red. Hex color #330312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330312 is #CCFCED. Grayscale: #131313. Windows color (decimal): -13434094 or 1180467. OLE color: 1180467.

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

Color convert

RGB51318-
CMYK00.940.650.8
HSL341.25º88.89%10.59%-
HSV(B)341.25º94.12%20%-
XYZ1.510.810.65-
YUV19.06127.4150.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 70.83%
GREEN value IS 3 (1.56% from 255) = 4.17%
BLUE value IS 18 (7.42% from 255) = 25%
R=70.83%
G=4.17%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5131800.940.650.8341.2588.8910.59
Hex3331205E415015559b
Octal63322013610112052513113
Binary1100111110010010111101000001101000010101010110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330312; }

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

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

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

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

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

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

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

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