#330013

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

Shades of Rustic Red #330013

Tints of Rustic Red #330013

Color information

#330013 (or 0x330013) is unknown color: approx Rustic Red. HEX triplet: 33, 00 and 13. RGB value is (51,0,19). Sum of RGB (Red+Green+Blue) = 51+0+19=70 (9% of max value = 765). Red value is 51 (20.31% from 255 or 72.86% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 51 - color contains mainly: red. Hex color #330013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330013 is #CCFFEC. Grayscale: #111111. Windows color (decimal): -13434861 or 1245235. OLE color: 1245235.

HSL color Cylindrical-coordinate representation of color #330013: hue angle of 337.65º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #330013 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.8.

Color convert

RGB51019-
CMYK010.630.8
HSL337.65º100%10%-
HSV(B)337.65º100%20%-
XYZ1.480.750.68-
YUV17.42128.9151.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 72.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 27.14%
R=72.86%
G=0%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51019010.630.8337.6510010
Hex330130643F5015264a
Octal6302301447712052214412
Binary11001101001101100100111111101000010101001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330013; }

 p { color: rgb(51,0,19); }

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

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

 a { background-color: rgb(51,0,19); }

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

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

 span { border-color: rgb(51,0,19); }

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