#330C10

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

Shades of Rustic Red #330C10

Tints of Rustic Red #330C10

Color information

#330C10 (or 0x330C10) is unknown color: approx Rustic Red. HEX triplet: 33, 0C and 10. RGB value is (51,12,16). Sum of RGB (Red+Green+Blue) = 51+12+16=79 (10% of max value = 765). Red value is 51 (20.31% from 255 or 64.56% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 16 (6.64% from 255 or 20.25% from 79); Max value from RGB is 51 - color contains mainly: red. Hex color #330C10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330C10 is #CCF3EF. Grayscale: #181818. Windows color (decimal): -13431792 or 1051699. OLE color: 1051699.

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

Color convert

RGB511216-
CMYK00.760.690.8
HSL353.85º61.9%12.35%-
HSV(B)353.85º76.47%20%-
XYZ1.5910.6-
YUV24.12123.42147.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 64.56%
GREEN value IS 12 (5.08% from 255) = 15.19%
BLUE value IS 16 (6.64% from 255) = 20.25%
R=64.56%
G=15.19%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51121600.760.690.8353.8561.912.35
Hex33C1004C45501623ec
Octal63142001141051205427614
Binary11001111001000001001100100010110100001011000101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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