#330310

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

Shades of Rustic Red #330310

Tints of Rustic Red #330310

Color information

#330310 (or 0x330310) is unknown color: approx Rustic Red. HEX triplet: 33, 03 and 10. RGB value is (51,3,16). Sum of RGB (Red+Green+Blue) = 51+3+16=70 (9% of max value = 765). Red value is 51 (20.31% from 255 or 72.86% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 16 (6.64% from 255 or 22.86% from 70); Max value from RGB is 51 - color contains mainly: red. Hex color #330310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330310 is #CCFCEF. Grayscale: #121212. Windows color (decimal): -13434096 or 1049395. OLE color: 1049395.

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

Color convert

RGB51316-
CMYK00.940.690.8
HSL343.75º88.89%10.59%-
HSV(B)343.75º94.12%20%-
XYZ1.490.810.57-
YUV18.83126.4150.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 72.86%
GREEN value IS 3 (1.56% from 255) = 4.29%
BLUE value IS 16 (6.64% from 255) = 22.86%
R=72.86%
G=4.29%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5131600.940.690.8343.7588.8910.59
Hex3331005E455015859b
Octal63320013610512053013113
Binary1100111110000010111101000101101000010101100010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330310; }

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

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

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

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

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

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

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

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