#330510

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

Shades of Rustic Red #330510

Tints of Rustic Red #330510

Color information

#330510 (or 0x330510) is unknown color: approx Rustic Red. HEX triplet: 33, 05 and 10. RGB value is (51,5,16). Sum of RGB (Red+Green+Blue) = 51+5+16=72 (9% of max value = 765). Red value is 51 (20.31% from 255 or 70.83% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 16 (6.64% from 255 or 22.22% from 72); Max value from RGB is 51 - color contains mainly: red. Hex color #330510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330510 is #CCFAEF. Grayscale: #141414. Windows color (decimal): -13433584 or 1049907. OLE color: 1049907.

HSL color Cylindrical-coordinate representation of color #330510: hue angle of 345.65º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330510 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.8.

Color convert

RGB51516-
CMYK00.900.690.8
HSL345.65º82.14%10.98%-
HSV(B)345.65º90.2%20%-
XYZ1.510.850.57-
YUV20.01125.74150.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 70.83%
GREEN value IS 5 (2.34% from 255) = 6.94%
BLUE value IS 16 (6.64% from 255) = 22.22%
R=70.83%
G=6.94%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5151600.900.690.8345.6582.1410.98
Hex3351005A455015a52b
Octal63520013210512053212213
Binary11001110110000010110101000101101000010101101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330510; }

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

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

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

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

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

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

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

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