#330D14

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

Shades of Rustic Red #330D14

Tints of Rustic Red #330D14

Color information

#330D14 (or 0x330D14) is unknown color: approx Rustic Red. HEX triplet: 33, 0D and 14. RGB value is (51,13,20). Sum of RGB (Red+Green+Blue) = 51+13+20=84 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60.71% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 20 (8.20% from 255 or 23.81% from 84); Max value from RGB is 51 - color contains mainly: red. Hex color #330D14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330D14 is #CCF2EB. Grayscale: #191919. Windows color (decimal): -13431532 or 1314099. OLE color: 1314099.

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

Color convert

RGB511320-
CMYK00.750.610.8
HSL348.95º59.38%12.55%-
HSV(B)348.95º74.51%20%-
XYZ1.641.040.78-
YUV25.16125.09146.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 60.71%
GREEN value IS 13 (5.47% from 255) = 15.48%
BLUE value IS 20 (8.20% from 255) = 23.81%
R=60.71%
G=15.48%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51132000.750.610.8348.9559.3812.55
Hex33D1404B3D5015d3bd
Octal6315240113751205357315
Binary1100111101101000100101111110110100001010111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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