#340B17

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

Shades of Rustic Red #340B17

Tints of Rustic Red #340B17

Color information

#340B17 (or 0x340B17) is unknown color: approx Rustic Red. HEX triplet: 34, 0B and 17. RGB value is (52,11,23). Sum of RGB (Red+Green+Blue) = 52+11+23=86 (11% of max value = 765). Red value is 52 (20.70% from 255 or 60.47% from 86); Green value is 11 (4.69% from 255 or 12.79% from 86); Blue value is 23 (9.38% from 255 or 26.74% from 86); Max value from RGB is 52 - color contains mainly: red. Hex color #340B17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340B17 is #CBF4E8. Grayscale: #181818. Windows color (decimal): -13366505 or 1510196. OLE color: 1510196.

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

Color convert

RGB521123-
CMYK00.790.560.80
HSL342.44º65.08%12.35%-
HSV(B)342.44º78.85%20.39%-
XYZ1.691.030.92-
YUV24.63127.08147.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 60.47%
GREEN value IS 11 (4.69% from 255) = 12.79%
BLUE value IS 23 (9.38% from 255) = 26.74%
R=60.47%
G=12.79%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52112300.790.560.80342.4465.0812.35
Hex34B1704F385015641c
Octal64132701177012052610114
Binary11010010111011101001111111000101000010101011010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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