#330810

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

Shades of Rustic Red #330810

Tints of Rustic Red #330810

Color information

#330810 (or 0x330810) is unknown color: approx Rustic Red. HEX triplet: 33, 08 and 10. RGB value is (51,8,16). Sum of RGB (Red+Green+Blue) = 51+8+16=75 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68% from 75); Green value is 8 (3.52% from 255 or 10.67% from 75); Blue value is 16 (6.64% from 255 or 21.33% from 75); Max value from RGB is 51 - color contains mainly: red. Hex color #330810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330810 is #CCF7EF. Grayscale: #151515. Windows color (decimal): -13432816 or 1050675. OLE color: 1050675.

HSL color Cylindrical-coordinate representation of color #330810: hue angle of 348.84º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #330810 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.8.

Color convert

RGB51816-
CMYK00.840.690.8
HSL348.84º72.88%11.57%-
HSV(B)348.84º84.31%20%-
XYZ1.550.910.59-
YUV21.77124.75148.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 68%
GREEN value IS 8 (3.52% from 255) = 10.67%
BLUE value IS 16 (6.64% from 255) = 21.33%
R=68%
G=10.67%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5181600.840.690.8348.8472.8811.57
Hex33810054455015d49c
Octal631020012410512053511114
Binary110011100010000010101001000101101000010101110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330810; }

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

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

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

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

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

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

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

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