#330C0D

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

Shades of Rustic Red #330C0D

Tints of Rustic Red #330C0D

Color information

#330C0D (or 0x330C0D) is unknown color: approx Rustic Red. HEX triplet: 33, 0C and 0D. RGB value is (51,12,13). Sum of RGB (Red+Green+Blue) = 51+12+13=76 (10% of max value = 765). Red value is 51 (20.31% from 255 or 67.11% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 51 - color contains mainly: red. Hex color #330C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330C0D is #CCF3F2. Grayscale: #171717. Windows color (decimal): -13431795 or 855091. OLE color: 855091.

HSL color Cylindrical-coordinate representation of color #330C0D: hue angle of 358.46º 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 #330C0D is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB511213-
CMYK00.760.750.8
HSL358.46º61.9%12.35%-
HSV(B)358.46º76.47%20%-
XYZ1.5710.49-
YUV23.78121.92147.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 67.11%
GREEN value IS 12 (5.08% from 255) = 15.79%
BLUE value IS 13 (5.47% from 255) = 17.11%
R=67.11%
G=15.79%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51121300.760.750.8358.4661.912.35
Hex33CD04C4B501663ec
Octal63141501141131205467614
Binary1100111100110101001100100101110100001011001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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