#34181C

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

Shades of Rustic Red #34181C

Tints of Rustic Red #34181C

Color information

#34181C (or 0x34181C) is unknown color: approx Rustic Red. HEX triplet: 34, 18 and 1C. RGB value is (52,24,28). Sum of RGB (Red+Green+Blue) = 52+24+28=104 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 52 - color contains mainly: red. Hex color #34181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34181C is #CBE7E3. Grayscale: #202020. Windows color (decimal): -13363172 or 1841204. OLE color: 1841204.

HSL color Cylindrical-coordinate representation of color #34181C: hue angle of 351.43º 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 #34181C is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB522428-
CMYK00.540.460.80
HSL351.43º36.84%14.9%-
HSV(B)351.43º53.85%20.39%-
XYZ1.951.471.28-
YUV32.83125.28141.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50%
GREEN value IS 24 (9.77% from 255) = 23.08%
BLUE value IS 28 (11.33% from 255) = 26.92%
R=50%
G=23.08%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52242800.540.460.80351.4336.8414.9
Hex34181C0362E5015f25f
Octal643034066561205374517
Binary1101001100011100011011010111010100001010111111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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