#340912

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

Shades of Rustic Red #340912

Tints of Rustic Red #340912

Color information

#340912 (or 0x340912) is unknown color: approx Rustic Red. HEX triplet: 34, 09 and 12. RGB value is (52,9,18). Sum of RGB (Red+Green+Blue) = 52+9+18=79 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65.82% from 79); Green value is 9 (3.91% from 255 or 11.39% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 52 - color contains mainly: red. Hex color #340912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340912 is #CBF6ED. Grayscale: #161616. Windows color (decimal): -13367022 or 1182004. OLE color: 1182004.

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

Color convert

RGB52918-
CMYK00.830.650.80
HSL347.44º70.49%11.96%-
HSV(B)347.44º82.69%20.39%-
XYZ1.620.970.67-
YUV22.88125.25148.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 65.82%
GREEN value IS 9 (3.91% from 255) = 11.39%
BLUE value IS 18 (7.42% from 255) = 22.78%
R=65.82%
G=11.39%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.65
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5291800.830.650.80347.4470.4911.96
Hex34912053415015b46c
Octal641122012310112053310614
Binary110100100110010010100111000001101000010101101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340912; }

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

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

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

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

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

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

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

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