#330A11

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

Shades of Rustic Red #330A11

Tints of Rustic Red #330A11

Color information

#330A11 (or 0x330A11) is unknown color: approx Rustic Red. HEX triplet: 33, 0A and 11. RGB value is (51,10,17). Sum of RGB (Red+Green+Blue) = 51+10+17=78 (10% of max value = 765). Red value is 51 (20.31% from 255 or 65.38% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 51 - color contains mainly: red. Hex color #330A11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330A11 is #CCF5EE. Grayscale: #171717. Windows color (decimal): -13432303 or 1116723. OLE color: 1116723.

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

Color convert

RGB511017-
CMYK00.800.670.8
HSL349.76º67.21%11.96%-
HSV(B)349.76º80.39%20%-
XYZ1.570.960.63-
YUV23.06124.58147.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 65.38%
GREEN value IS 10 (4.30% from 255) = 12.82%
BLUE value IS 17 (7.03% from 255) = 21.79%
R=65.38%
G=12.82%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51101700.800.670.8349.7667.2111.96
Hex33A11050435015e43c
Octal631221012010312053610314
Binary110011101010001010100001000011101000010101111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,10,17); }

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

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

 a { background-color: rgb(51,10,17); }

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

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

 span { border-color: rgb(51,10,17); }

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