#330911

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

Shades of Rustic Red #330911

Tints of Rustic Red #330911

Color information

#330911 (or 0x330911) is unknown color: approx Rustic Red. HEX triplet: 33, 09 and 11. RGB value is (51,9,17). Sum of RGB (Red+Green+Blue) = 51+9+17=77 (10% of max value = 765). Red value is 51 (20.31% from 255 or 66.23% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 51 - color contains mainly: red. Hex color #330911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330911 is #CCF6EE. Grayscale: #161616. Windows color (decimal): -13432559 or 1116467. OLE color: 1116467.

HSL color Cylindrical-coordinate representation of color #330911: hue angle of 348.57º 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 #330911 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB51917-
CMYK00.820.670.8
HSL348.57º70%11.76%-
HSV(B)348.57º82.35%20%-
XYZ1.560.940.63-
YUV22.47124.91148.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 66.23%
GREEN value IS 9 (3.91% from 255) = 11.69%
BLUE value IS 17 (7.03% from 255) = 22.08%
R=66.23%
G=11.69%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5191700.820.670.8348.577011.76
Hex33911052435015d46c
Octal631121012210312053510614
Binary110011100110001010100101000011101000010101110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330911; }

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

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

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

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

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

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

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

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