#330308

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

Shades of Rustic Red #330308

Tints of Rustic Red #330308

Color information

#330308 (or 0x330308) is unknown color: approx Rustic Red. HEX triplet: 33, 03 and 08. RGB value is (51,3,8). Sum of RGB (Red+Green+Blue) = 51+3+8=62 (8% of max value = 765). Red value is 51 (20.31% from 255 or 82.26% from 62); Green value is 3 (1.56% from 255 or 4.84% from 62); Blue value is 8 (3.52% from 255 or 12.90% from 62); Max value from RGB is 51 - color contains mainly: red. Hex color #330308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330308 is #CCFCF7. Grayscale: #111111. Windows color (decimal): -13434104 or 525107. OLE color: 525107.

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

Color convert

RGB5138-
CMYK00.940.840.8
HSL353.75º88.89%10.59%-
HSV(B)353.75º94.12%20%-
XYZ1.440.790.31-
YUV17.92122.4151.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 82.26%
GREEN value IS 3 (1.56% from 255) = 4.84%
BLUE value IS 8 (3.52% from 255) = 12.90%
R=82.26%
G=4.84%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal513800.940.840.8353.7588.8910.59
Hex333805E545016259b
Octal63310013612412054213113
Binary110011111000010111101010100101000010110001010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330308; }

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

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

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

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

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

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

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

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