#330205

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

Shades of Rustic Red #330205

Tints of Rustic Red #330205

Color information

#330205 (or 0x330205) is unknown color: approx Rustic Red. HEX triplet: 33, 02 and 05. RGB value is (51,2,5). Sum of RGB (Red+Green+Blue) = 51+2+5=58 (7% of max value = 765). Red value is 51 (20.31% from 255 or 87.93% from 58); Green value is 2 (1.17% from 255 or 3.45% from 58); Blue value is 5 (2.34% from 255 or 8.62% from 58); Max value from RGB is 51 - color contains mainly: red. Hex color #330205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330205 is #CCFDFA. Grayscale: #111111. Windows color (decimal): -13434363 or 328243. OLE color: 328243.

HSL color Cylindrical-coordinate representation of color #330205: hue angle of 356.33º 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 #330205 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.8.

Color convert

RGB5125-
CMYK00.960.900.8
HSL356.33º92.45%10.39%-
HSV(B)356.33º96.08%20%-
XYZ1.410.760.22-
YUV16.99121.23152.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 87.93%
GREEN value IS 2 (1.17% from 255) = 3.45%
BLUE value IS 5 (2.34% from 255) = 8.62%
R=87.93%
G=3.45%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.90
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal512500.960.900.8356.3392.4510.39
Hex33250605A501645ca
Octal6325014013212054413412
Binary11001110101011000001011010101000010110010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330205; }

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

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

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

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

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

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

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

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