#330F19

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

Shades of Rustic Red #330F19

Tints of Rustic Red #330F19

Color information

#330F19 (or 0x330F19) is unknown color: approx Rustic Red. HEX triplet: 33, 0F and 19. RGB value is (51,15,25). Sum of RGB (Red+Green+Blue) = 51+15+25=91 (12% of max value = 765). Red value is 51 (20.31% from 255 or 56.04% from 91); Green value is 15 (6.25% from 255 or 16.48% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 51 - color contains mainly: red. Hex color #330F19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330F19 is #CCF0E6. Grayscale: #1A1A1A. Windows color (decimal): -13431015 or 1642291. OLE color: 1642291.

HSL color Cylindrical-coordinate representation of color #330F19: hue angle of 343.33º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #330F19 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.8.

Color convert

RGB511525-
CMYK00.710.510.8
HSL343.33º54.55%12.94%-
HSV(B)343.33º70.59%20%-
XYZ1.711.121.04-
YUV26.9126.93145.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 56.04%
GREEN value IS 15 (6.25% from 255) = 16.48%
BLUE value IS 25 (10.16% from 255) = 27.47%
R=56.04%
G=16.48%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51152500.710.510.8343.3354.5512.94
Hex33F19047335015737d
Octal6317310107631205276715
Binary1100111111110010100011111001110100001010101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330F19; }

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

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

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

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

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

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

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

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