#330B0C

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

Shades of Rustic Red #330B0C

Tints of Rustic Red #330B0C

Color information

#330B0C (or 0x330B0C) is unknown color: approx Rustic Red. HEX triplet: 33, 0B and 0C. RGB value is (51,11,12). Sum of RGB (Red+Green+Blue) = 51+11+12=74 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68.92% from 74); Green value is 11 (4.69% from 255 or 14.86% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 51 - color contains mainly: red. Hex color #330B0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330B0C is #CCF4F3. Grayscale: #171717. Windows color (decimal): -13432052 or 789299. OLE color: 789299.

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

Color convert

RGB511112-
CMYK00.780.760.8
HSL358.5º64.52%12.16%-
HSV(B)358.5º78.43%20%-
XYZ1.550.970.45-
YUV23.07121.75147.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 68.92%
GREEN value IS 11 (4.69% from 255) = 14.86%
BLUE value IS 12 (5.08% from 255) = 16.22%
R=68.92%
G=14.86%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51111200.780.760.8358.564.5212.16
Hex33BC04E4C5016641c
Octal631314011611412054610114
Binary11001110111100010011101001100101000010110011010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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