#340516

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

Shades of Rustic Red #340516

Tints of Rustic Red #340516

Color information

#340516 (or 0x340516) is unknown color: approx Rustic Red. HEX triplet: 34, 05 and 16. RGB value is (52,5,22). Sum of RGB (Red+Green+Blue) = 52+5+22=79 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65.82% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 52 - color contains mainly: red. Hex color #340516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340516 is #CBFAE9. Grayscale: #141414. Windows color (decimal): -13368042 or 1443124. OLE color: 1443124.

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

Color convert

RGB52522-
CMYK00.900.580.80
HSL338.3º82.46%11.18%-
HSV(B)338.3º90.38%20.39%-
XYZ1.620.90.85-
YUV20.99128.57150.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 65.82%
GREEN value IS 5 (2.34% from 255) = 6.33%
BLUE value IS 22 (8.98% from 255) = 27.85%
R=65.82%
G=6.33%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5252200.900.580.80338.382.4611.18
Hex3451605A3A5015252b
Octal6452601327212052212213
Binary1101001011011001011010111010101000010101001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340516; }

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

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

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

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

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

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

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

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