#340B15

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

Shades of Rustic Red #340B15

Tints of Rustic Red #340B15

Color information

#340B15 (or 0x340B15) is unknown color: approx Rustic Red. HEX triplet: 34, 0B and 15. RGB value is (52,11,21). Sum of RGB (Red+Green+Blue) = 52+11+21=84 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.90% from 84); Green value is 11 (4.69% from 255 or 13.10% from 84); Blue value is 21 (8.59% from 255 or 25% from 84); Max value from RGB is 52 - color contains mainly: red. Hex color #340B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340B15 is #CBF4EA. Grayscale: #181818. Windows color (decimal): -13366507 or 1379124. OLE color: 1379124.

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

Color convert

RGB521121-
CMYK00.790.600.80
HSL345.37º65.08%12.35%-
HSV(B)345.37º78.85%20.39%-
XYZ1.671.020.82-
YUV24.4126.08147.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 61.90%
GREEN value IS 11 (4.69% from 255) = 13.10%
BLUE value IS 21 (8.59% from 255) = 25%
R=61.90%
G=13.10%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52112100.790.600.80345.3765.0812.35
Hex34B1504F3C5015941c
Octal64132501177412053110114
Binary11010010111010101001111111100101000010101100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340B15; }

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

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

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

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

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

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

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

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