#34181D

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

Shades of Rustic Red #34181D

Tints of Rustic Red #34181D

Color information

#34181D (or 0x34181D) is unknown color: approx Rustic Red. HEX triplet: 34, 18 and 1D. RGB value is (52,24,29). Sum of RGB (Red+Green+Blue) = 52+24+29=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #34181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34181D is #CBE7E2. Grayscale: #202020. Windows color (decimal): -13363171 or 1906740. OLE color: 1906740.

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

Color convert

RGB522429-
CMYK00.540.440.80
HSL349.29º36.84%14.9%-
HSV(B)349.29º53.85%20.39%-
XYZ1.961.471.34-
YUV32.94125.78141.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.52%
GREEN value IS 24 (9.77% from 255) = 22.86%
BLUE value IS 29 (11.72% from 255) = 27.62%
R=49.52%
G=22.86%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52242900.540.440.80349.2936.8414.9
Hex34181D0362C5015d25f
Octal643035066541205354517
Binary1101001100011101011011010110010100001010111011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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