#340B11

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

Shades of Rustic Red #340B11

Tints of Rustic Red #340B11

Color information

#340B11 (or 0x340B11) is unknown color: approx Rustic Red. HEX triplet: 34, 0B and 11. RGB value is (52,11,17). Sum of RGB (Red+Green+Blue) = 52+11+17=80 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 17 (7.03% from 255 or 21.25% from 80); Max value from RGB is 52 - color contains mainly: red. Hex color #340B11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340B11 is #CBF4EE. Grayscale: #171717. Windows color (decimal): -13366511 or 1116980. OLE color: 1116980.

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

Color convert

RGB521117-
CMYK00.790.670.80
HSL351.22º65.08%12.35%-
HSV(B)351.22º78.85%20.39%-
XYZ1.641.010.64-
YUV23.94124.08148.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 65%
GREEN value IS 11 (4.69% from 255) = 13.75%
BLUE value IS 17 (7.03% from 255) = 21.25%
R=65%
G=13.75%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52111700.790.670.80351.2265.0812.35
Hex34B1104F435015f41c
Octal641321011710312053710114
Binary110100101110001010011111000011101000010101111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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