#330916

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

Shades of Rustic Red #330916

Tints of Rustic Red #330916

Color information

#330916 (or 0x330916) is unknown color: approx Rustic Red. HEX triplet: 33, 09 and 16. RGB value is (51,9,22). Sum of RGB (Red+Green+Blue) = 51+9+22=82 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.20% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 22 (8.98% from 255 or 26.83% from 82); Max value from RGB is 51 - color contains mainly: red. Hex color #330916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330916 is #CCF6E9. Grayscale: #171717. Windows color (decimal): -13432554 or 1444147. OLE color: 1444147.

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

Color convert

RGB51922-
CMYK00.820.570.8
HSL341.43º70%11.76%-
HSV(B)341.43º82.35%20%-
XYZ1.610.960.86-
YUV23.04127.41147.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 62.20%
GREEN value IS 9 (3.91% from 255) = 10.98%
BLUE value IS 22 (8.98% from 255) = 26.83%
R=62.20%
G=10.98%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.57
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5192200.820.570.8341.437011.76
Hex33916052395015546c
Octal63112601227112052510614
Binary11001110011011001010010111001101000010101010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330916; }

 p { color: rgb(51,9,22); }

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

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

 a { background-color: rgb(51,9,22); }

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

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

 span { border-color: rgb(51,9,22); }

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