#330C0F

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

Shades of Rustic Red #330C0F

Tints of Rustic Red #330C0F

Color information

#330C0F (or 0x330C0F) is unknown color: approx Rustic Red. HEX triplet: 33, 0C and 0F. RGB value is (51,12,15). Sum of RGB (Red+Green+Blue) = 51+12+15=78 (10% of max value = 765). Red value is 51 (20.31% from 255 or 65.38% from 78); Green value is 12 (5.08% from 255 or 15.38% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 51 - color contains mainly: red. Hex color #330C0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330C0F is #CCF3F0. Grayscale: #181818. Windows color (decimal): -13431793 or 986163. OLE color: 986163.

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

Color convert

RGB511215-
CMYK00.760.710.8
HSL355.38º61.9%12.35%-
HSV(B)355.38º76.47%20%-
XYZ1.5810.56-
YUV24122.92147.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 65.38%
GREEN value IS 12 (5.08% from 255) = 15.38%
BLUE value IS 15 (6.25% from 255) = 19.23%
R=65.38%
G=15.38%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51121500.760.710.8355.3861.912.35
Hex33CF04C47501633ec
Octal63141701141071205437614
Binary1100111100111101001100100011110100001011000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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