#330912

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

Shades of Rustic Red #330912

Tints of Rustic Red #330912

Color information

#330912 (or 0x330912) is unknown color: approx Rustic Red. HEX triplet: 33, 09 and 12. RGB value is (51,9,18). Sum of RGB (Red+Green+Blue) = 51+9+18=78 (10% of max value = 765). Red value is 51 (20.31% from 255 or 65.38% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 51 - color contains mainly: red. Hex color #330912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330912 is #CCF6ED. Grayscale: #161616. Windows color (decimal): -13432558 or 1182003. OLE color: 1182003.

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

Color convert

RGB51918-
CMYK00.820.650.8
HSL347.14º70%11.76%-
HSV(B)347.14º82.35%20%-
XYZ1.570.940.67-
YUV22.58125.41148.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 65.38%
GREEN value IS 9 (3.91% from 255) = 11.54%
BLUE value IS 18 (7.42% from 255) = 23.08%
R=65.38%
G=11.54%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5191800.820.650.8347.147011.76
Hex33912052415015b46c
Octal631122012210112053310614
Binary110011100110010010100101000001101000010101101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330912; }

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

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

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

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

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

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

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

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