#340B10

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

Shades of Rustic Red #340B10

Tints of Rustic Red #340B10

Color information

#340B10 (or 0x340B10) is unknown color: approx Rustic Red. HEX triplet: 34, 0B and 10. RGB value is (52,11,16). Sum of RGB (Red+Green+Blue) = 52+11+16=79 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65.82% from 79); Green value is 11 (4.69% from 255 or 13.92% from 79); Blue value is 16 (6.64% from 255 or 20.25% from 79); Max value from RGB is 52 - color contains mainly: red. Hex color #340B10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340B10 is #CBF4EF. Grayscale: #171717. Windows color (decimal): -13366512 or 1051444. OLE color: 1051444.

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

Color convert

RGB521116-
CMYK00.790.690.80
HSL352.68º65.08%12.35%-
HSV(B)352.68º78.85%20.39%-
XYZ1.631.010.6-
YUV23.83123.58148.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 65.82%
GREEN value IS 11 (4.69% from 255) = 13.92%
BLUE value IS 16 (6.64% from 255) = 20.25%
R=65.82%
G=13.92%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52111600.790.690.80352.6865.0812.35
Hex34B1004F455016141c
Octal641320011710512054110114
Binary110100101110000010011111000101101000010110000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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