#340911

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

Shades of Rustic Red #340911

Tints of Rustic Red #340911

Color information

#340911 (or 0x340911) is unknown color: approx Rustic Red. HEX triplet: 34, 09 and 11. RGB value is (52,9,17). Sum of RGB (Red+Green+Blue) = 52+9+17=78 (10% of max value = 765). Red value is 52 (20.70% from 255 or 66.67% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 52 - color contains mainly: red. Hex color #340911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340911 is #CBF6EE. Grayscale: #161616. Windows color (decimal): -13367023 or 1116468. OLE color: 1116468.

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

Color convert

RGB52917-
CMYK00.830.670.80
HSL348.84º70.49%11.96%-
HSV(B)348.84º82.69%20.39%-
XYZ1.620.970.63-
YUV22.77124.75148.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 66.67%
GREEN value IS 9 (3.91% from 255) = 11.54%
BLUE value IS 17 (7.03% from 255) = 21.79%
R=66.67%
G=11.54%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5291700.830.670.80348.8470.4911.96
Hex34911053435015d46c
Octal641121012310312053510614
Binary110100100110001010100111000011101000010101110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340911; }

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

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

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

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

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

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

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

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