#330203

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

Shades of Rustic Red #330203

Tints of Rustic Red #330203

Color information

#330203 (or 0x330203) is unknown color: approx Rustic Red. HEX triplet: 33, 02 and 03. RGB value is (51,2,3). Sum of RGB (Red+Green+Blue) = 51+2+3=56 (7% of max value = 765). Red value is 51 (20.31% from 255 or 91.07% from 56); Green value is 2 (1.17% from 255 or 3.57% from 56); Blue value is 3 (1.56% from 255 or 5.36% from 56); Max value from RGB is 51 - color contains mainly: red. Hex color #330203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330203 is #CCFDFC. Grayscale: #101010. Windows color (decimal): -13434365 or 197171. OLE color: 197171.

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

Color convert

RGB5123-
CMYK00.960.940.8
HSL358.78º92.45%10.39%-
HSV(B)358.78º96.08%20%-
XYZ1.40.750.16-
YUV16.76120.23152.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 91.07%
GREEN value IS 2 (1.17% from 255) = 3.57%
BLUE value IS 3 (1.56% from 255) = 5.36%
R=91.07%
G=3.57%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.94
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal512300.960.940.8358.7892.4510.39
Hex33230605E501675ca
Octal6323014013612054713412
Binary1100111011011000001011110101000010110011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330203; }

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

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

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

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

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

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

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

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