#340B12

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

Shades of Rustic Red #340B12

Tints of Rustic Red #340B12

Color information

#340B12 (or 0x340B12) is unknown color: approx Rustic Red. HEX triplet: 34, 0B and 12. RGB value is (52,11,18). Sum of RGB (Red+Green+Blue) = 52+11+18=81 (10% of max value = 765). Red value is 52 (20.70% from 255 or 64.20% from 81); Green value is 11 (4.69% from 255 or 13.58% from 81); Blue value is 18 (7.42% from 255 or 22.22% from 81); Max value from RGB is 52 - color contains mainly: red. Hex color #340B12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340B12 is #CBF4ED. Grayscale: #181818. Windows color (decimal): -13366510 or 1182516. OLE color: 1182516.

HSL color Cylindrical-coordinate representation of color #340B12: hue angle of 349.76º 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 #340B12 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.80.

Color convert

RGB521118-
CMYK00.790.650.80
HSL349.76º65.08%12.35%-
HSV(B)349.76º78.85%20.39%-
XYZ1.651.010.68-
YUV24.06124.58147.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 64.20%
GREEN value IS 11 (4.69% from 255) = 13.58%
BLUE value IS 18 (7.42% from 255) = 22.22%
R=64.20%
G=13.58%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52111800.790.650.80349.7665.0812.35
Hex34B1204F415015e41c
Octal641322011710112053610114
Binary110100101110010010011111000001101000010101111010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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