#330F16

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

Shades of Rustic Red #330F16

Tints of Rustic Red #330F16

Color information

#330F16 (or 0x330F16) is unknown color: approx Rustic Red. HEX triplet: 33, 0F and 16. RGB value is (51,15,22). Sum of RGB (Red+Green+Blue) = 51+15+22=88 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.95% from 88); Green value is 15 (6.25% from 255 or 17.05% from 88); Blue value is 22 (8.98% from 255 or 25% from 88); Max value from RGB is 51 - color contains mainly: red. Hex color #330F16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330F16 is #CCF0E9. Grayscale: #1A1A1A. Windows color (decimal): -13431018 or 1445683. OLE color: 1445683.

HSL color Cylindrical-coordinate representation of color #330F16: hue angle of 348.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 #330F16 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.8.

Color convert

RGB511522-
CMYK00.710.570.8
HSL348.33º54.55%12.94%-
HSV(B)348.33º70.59%20%-
XYZ1.681.10.88-
YUV26.56125.43145.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 57.95%
GREEN value IS 15 (6.25% from 255) = 17.05%
BLUE value IS 22 (8.98% from 255) = 25%
R=57.95%
G=17.05%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51152200.710.570.8348.3354.5512.94
Hex33F16047395015c37d
Octal6317260107711205346715
Binary1100111111101100100011111100110100001010111001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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