#330508

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

Shades of Rustic Red #330508

Tints of Rustic Red #330508

Color information

#330508 (or 0x330508) is unknown color: approx Rustic Red. HEX triplet: 33, 05 and 08. RGB value is (51,5,8). Sum of RGB (Red+Green+Blue) = 51+5+8=64 (8% of max value = 765). Red value is 51 (20.31% from 255 or 79.69% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 8 (3.52% from 255 or 12.5% from 64); Max value from RGB is 51 - color contains mainly: red. Hex color #330508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330508 is #CCFAF7. Grayscale: #131313. Windows color (decimal): -13433592 or 525619. OLE color: 525619.

HSL color Cylindrical-coordinate representation of color #330508: hue angle of 356.09º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330508 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.8.

Color convert

RGB5158-
CMYK00.900.840.8
HSL356.09º82.14%10.98%-
HSV(B)356.09º90.2%20%-
XYZ1.460.830.31-
YUV19.1121.74150.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 79.69%
GREEN value IS 5 (2.34% from 255) = 7.81%
BLUE value IS 8 (3.52% from 255) = 12.5%
R=79.69%
G=7.81%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.84
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal515800.900.840.8356.0982.1410.98
Hex335805A545016452b
Octal63510013212412054412213
Binary1100111011000010110101010100101000010110010010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330508; }

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

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

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

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

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

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

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

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