#340815

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

Shades of Rustic Red #340815

Tints of Rustic Red #340815

Color information

#340815 (or 0x340815) is unknown color: approx Rustic Red. HEX triplet: 34, 08 and 15. RGB value is (52,8,21). Sum of RGB (Red+Green+Blue) = 52+8+21=81 (10% of max value = 765). Red value is 52 (20.70% from 255 or 64.20% from 81); Green value is 8 (3.52% from 255 or 9.88% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 52 - color contains mainly: red. Hex color #340815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340815 is #CBF7EA. Grayscale: #161616. Windows color (decimal): -13367275 or 1378356. OLE color: 1378356.

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

Color convert

RGB52821-
CMYK00.850.600.80
HSL342.27º73.33%11.76%-
HSV(B)342.27º84.62%20.39%-
XYZ1.640.960.81-
YUV22.64127.08148.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 64.20%
GREEN value IS 8 (3.52% from 255) = 9.88%
BLUE value IS 21 (8.59% from 255) = 25.93%
R=64.20%
G=9.88%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5282100.850.600.80342.2773.3311.76
Hex348150553C5015649c
Octal64102501257412052611114
Binary11010010001010101010101111100101000010101011010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340815; }

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

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

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

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

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

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

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

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