#34171D

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

Shades of Rustic Red #34171D

Tints of Rustic Red #34171D

Color information

#34171D (or 0x34171D) is unknown color: approx Rustic Red. HEX triplet: 34, 17 and 1D. RGB value is (52,23,29). Sum of RGB (Red+Green+Blue) = 52+23+29=104 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50% from 104); Green value is 23 (9.38% from 255 or 22.12% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 52 - color contains mainly: red. Hex color #34171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34171D is #CBE8E2. Grayscale: #202020. Windows color (decimal): -13363427 or 1906484. OLE color: 1906484.

HSL color Cylindrical-coordinate representation of color #34171D: hue angle of 347.59º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34171D is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB522329-
CMYK00.560.440.80
HSL347.59º38.67%14.71%-
HSV(B)347.59º55.77%20.39%-
XYZ1.941.431.34-
YUV32.35126.11142.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50%
GREEN value IS 23 (9.38% from 255) = 22.12%
BLUE value IS 29 (11.72% from 255) = 27.88%
R=50%
G=22.12%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52232900.560.440.80347.5938.6714.71
Hex34171D0382C5015c27f
Octal642735070541205344717
Binary1101001011111101011100010110010100001010111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34171D; }

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

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

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

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

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

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

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

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