#330514

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

Shades of Rustic Red #330514

Tints of Rustic Red #330514

Color information

#330514 (or 0x330514) is unknown color: approx Rustic Red. HEX triplet: 33, 05 and 14. RGB value is (51,5,20). Sum of RGB (Red+Green+Blue) = 51+5+20=76 (10% of max value = 765). Red value is 51 (20.31% from 255 or 67.11% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 51 - color contains mainly: red. Hex color #330514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330514 is #CCFAEB. Grayscale: #141414. Windows color (decimal): -13433580 or 1312051. OLE color: 1312051.

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

Color convert

RGB51520-
CMYK00.900.610.8
HSL340.43º82.14%10.98%-
HSV(B)340.43º90.2%20%-
XYZ1.550.860.75-
YUV20.46127.74149.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 67.11%
GREEN value IS 5 (2.34% from 255) = 6.58%
BLUE value IS 20 (8.20% from 255) = 26.32%
R=67.11%
G=6.58%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.61
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5152000.900.610.8340.4382.1410.98
Hex3351405A3D5015452b
Octal6352401327512052412213
Binary1100111011010001011010111101101000010101010010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330514; }

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

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

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

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

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

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

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

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