#340B0D

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

Shades of Rustic Red #340B0D

Tints of Rustic Red #340B0D

Color information

#340B0D (or 0x340B0D) is unknown color: approx Rustic Red. HEX triplet: 34, 0B and 0D. RGB value is (52,11,13). Sum of RGB (Red+Green+Blue) = 52+11+13=76 (10% of max value = 765). Red value is 52 (20.70% from 255 or 68.42% from 76); Green value is 11 (4.69% from 255 or 14.47% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 52 - color contains mainly: red. Hex color #340B0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340B0D is #CBF4F2. Grayscale: #171717. Windows color (decimal): -13366515 or 854836. OLE color: 854836.

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

Color convert

RGB521113-
CMYK00.790.750.80
HSL357.07º65.08%12.35%-
HSV(B)357.07º78.85%20.39%-
XYZ1.6110.49-
YUV23.49122.08148.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 68.42%
GREEN value IS 11 (4.69% from 255) = 14.47%
BLUE value IS 13 (5.47% from 255) = 17.11%
R=68.42%
G=14.47%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52111300.790.750.80357.0765.0812.35
Hex34BD04F4B5016541c
Octal641315011711312054510114
Binary11010010111101010011111001011101000010110010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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