#330516

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

Shades of Rustic Red #330516

Tints of Rustic Red #330516

Color information

#330516 (or 0x330516) is unknown color: approx Rustic Red. HEX triplet: 33, 05 and 16. RGB value is (51,5,22). Sum of RGB (Red+Green+Blue) = 51+5+22=78 (10% of max value = 765). Red value is 51 (20.31% from 255 or 65.38% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 51 - color contains mainly: red. Hex color #330516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330516 is #CCFAE9. Grayscale: #141414. Windows color (decimal): -13433578 or 1443123. OLE color: 1443123.

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

Color convert

RGB51522-
CMYK00.900.570.8
HSL337.83º82.14%10.98%-
HSV(B)337.83º90.2%20%-
XYZ1.560.870.84-
YUV20.69128.74149.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 65.38%
GREEN value IS 5 (2.34% from 255) = 6.41%
BLUE value IS 22 (8.98% from 255) = 28.21%
R=65.38%
G=6.41%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.57
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5152200.900.570.8337.8382.1410.98
Hex3351605A395015252b
Octal6352601327112052212213
Binary1100111011011001011010111001101000010101001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330516; }

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

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

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

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

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

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

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

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