#340615

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

Shades of Rustic Red #340615

Tints of Rustic Red #340615

Color information

#340615 (or 0x340615) is unknown color: approx Rustic Red. HEX triplet: 34, 06 and 15. RGB value is (52,6,21). Sum of RGB (Red+Green+Blue) = 52+6+21=79 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65.82% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 52 - color contains mainly: red. Hex color #340615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340615 is #CBF9EA. Grayscale: #151515. Windows color (decimal): -13367787 or 1377844. OLE color: 1377844.

HSL color Cylindrical-coordinate representation of color #340615: hue angle of 340.43º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #340615 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB52621-
CMYK00.880.600.80
HSL340.43º79.31%11.37%-
HSV(B)340.43º88.46%20.39%-
XYZ1.620.910.8-
YUV21.46127.74149.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 65.82%
GREEN value IS 6 (2.73% from 255) = 7.59%
BLUE value IS 21 (8.59% from 255) = 26.58%
R=65.82%
G=7.59%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5262100.880.600.80340.4379.3111.37
Hex346150583C501544fb
Octal6462501307412052411713
Binary1101001101010101011000111100101000010101010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340615; }

 p { color: rgb(52,6,21); }

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

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

 a { background-color: rgb(52,6,21); }

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

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

 span { border-color: rgb(52,6,21); }

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