#330812

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

Shades of Rustic Red #330812

Tints of Rustic Red #330812

Color information

#330812 (or 0x330812) is unknown color: approx Rustic Red. HEX triplet: 33, 08 and 12. RGB value is (51,8,18). Sum of RGB (Red+Green+Blue) = 51+8+18=77 (10% of max value = 765). Red value is 51 (20.31% from 255 or 66.23% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 51 - color contains mainly: red. Hex color #330812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330812 is #CCF7ED. Grayscale: #161616. Windows color (decimal): -13432814 or 1181747. OLE color: 1181747.

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

Color convert

RGB51818-
CMYK00.840.650.8
HSL346.05º72.88%11.57%-
HSV(B)346.05º84.31%20%-
XYZ1.560.920.67-
YUV22125.75148.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 66.23%
GREEN value IS 8 (3.52% from 255) = 10.39%
BLUE value IS 18 (7.42% from 255) = 23.38%
R=66.23%
G=10.39%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5181800.840.650.8346.0572.8811.57
Hex33812054415015a49c
Octal631022012410112053211114
Binary110011100010010010101001000001101000010101101010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330812; }

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

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

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

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

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

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

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

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