#330819

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

Shades of Rustic Red #330819

Tints of Rustic Red #330819

Color information

#330819 (or 0x330819) is unknown color: approx Rustic Red. HEX triplet: 33, 08 and 19. RGB value is (51,8,25). Sum of RGB (Red+Green+Blue) = 51+8+25=84 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60.71% from 84); Green value is 8 (3.52% from 255 or 9.52% from 84); Blue value is 25 (10.16% from 255 or 29.76% from 84); Max value from RGB is 51 - color contains mainly: red. Hex color #330819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330819 is #CCF7E6. Grayscale: #161616. Windows color (decimal): -13432807 or 1640499. OLE color: 1640499.

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

Color convert

RGB51825-
CMYK00.840.510.8
HSL336.28º72.88%11.57%-
HSV(B)336.28º84.31%20%-
XYZ1.630.951.02-
YUV22.8129.25148.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 60.71%
GREEN value IS 8 (3.52% from 255) = 9.52%
BLUE value IS 25 (10.16% from 255) = 29.76%
R=60.71%
G=9.52%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5182500.840.510.8336.2872.8811.57
Hex33819054335015049c
Octal63103101246312052011114
Binary11001110001100101010100110011101000010101000010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330819; }

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

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

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

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

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

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

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

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