#330103

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

Shades of Rustic Red #330103

Tints of Rustic Red #330103

Color information

#330103 (or 0x330103) is unknown color: approx Rustic Red. HEX triplet: 33, 01 and 03. RGB value is (51,1,3). Sum of RGB (Red+Green+Blue) = 51+1+3=55 (7% of max value = 765). Red value is 51 (20.31% from 255 or 92.73% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 3 (1.56% from 255 or 5.45% from 55); Max value from RGB is 51 - color contains mainly: red. Hex color #330103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330103 is #CCFEFC. Grayscale: #101010. Windows color (decimal): -13434621 or 196915. OLE color: 196915.

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

Color convert

RGB5113-
CMYK00.980.940.8
HSL357.6º96.15%10.2%-
HSV(B)357.6º98.04%20%-
XYZ1.390.730.15-
YUV16.18120.56152.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 92.73%
GREEN value IS 1 (0.78% from 255) = 1.82%
BLUE value IS 3 (1.56% from 255) = 5.45%
R=92.73%
G=1.82%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.94
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal511300.980.940.8357.696.1510.2
Hex33130625E5016660a
Octal6313014213612054614012
Binary110011111011000101011110101000010110011011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330103; }

 p { color: rgb(51,1,3); }

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

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

 a { background-color: rgb(51,1,3); }

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

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

 span { border-color: rgb(51,1,3); }

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