#330010

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

Shades of Rustic Red #330010

Tints of Rustic Red #330010

Color information

#330010 (or 0x330010) is unknown color: approx Rustic Red. HEX triplet: 33, 00 and 10. RGB value is (51,0,16). Sum of RGB (Red+Green+Blue) = 51+0+16=67 (8% of max value = 765). Red value is 51 (20.31% from 255 or 76.12% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 16 (6.64% from 255 or 23.88% from 67); Max value from RGB is 51 - color contains mainly: red. Hex color #330010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330010 is #CCFFEF. Grayscale: #111111. Windows color (decimal): -13434864 or 1048627. OLE color: 1048627.

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

Color convert

RGB51016-
CMYK010.690.8
HSL341.18º100%10%-
HSV(B)341.18º100%20%-
XYZ1.460.740.56-
YUV17.07127.4152.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 76.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 23.88%
R=76.12%
G=0%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51016010.690.8341.1810010
Hex33010064455015564a
Octal63020014410512052514412
Binary110011010000011001001000101101000010101010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330010; }

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

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

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

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

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

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

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

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