#330D10

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

Shades of Rustic Red #330D10

Tints of Rustic Red #330D10

Color information

#330D10 (or 0x330D10) is unknown color: approx Rustic Red. HEX triplet: 33, 0D and 10. RGB value is (51,13,16). Sum of RGB (Red+Green+Blue) = 51+13+16=80 (10% of max value = 765). Red value is 51 (20.31% from 255 or 63.75% from 80); Green value is 13 (5.47% from 255 or 16.25% from 80); Blue value is 16 (6.64% from 255 or 20% from 80); Max value from RGB is 51 - color contains mainly: red. Hex color #330D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330D10 is #CCF2EF. Grayscale: #181818. Windows color (decimal): -13431536 or 1051955. OLE color: 1051955.

HSL color Cylindrical-coordinate representation of color #330D10: hue angle of 355.26º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #330D10 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.8.

Color convert

RGB511316-
CMYK00.750.690.8
HSL355.26º59.38%12.55%-
HSV(B)355.26º74.51%20%-
XYZ1.61.030.6-
YUV24.7123.09146.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 63.75%
GREEN value IS 13 (5.47% from 255) = 16.25%
BLUE value IS 16 (6.64% from 255) = 20%
R=63.75%
G=16.25%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51131600.750.690.8355.2659.3812.55
Hex33D1004B45501633bd
Octal63152001131051205437315
Binary11001111011000001001011100010110100001011000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330D10; }

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

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

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

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

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

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

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

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