#341218

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

Shades of Rustic Red #341218

Tints of Rustic Red #341218

Color information

#341218 (or 0x341218) is unknown color: approx Rustic Red. HEX triplet: 34, 12 and 18. RGB value is (52,18,24). Sum of RGB (Red+Green+Blue) = 52+18+24=94 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.32% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 52 - color contains mainly: red. Hex color #341218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341218 is #CBEDE7. Grayscale: #1C1C1C. Windows color (decimal): -13364712 or 1577524. OLE color: 1577524.

HSL color Cylindrical-coordinate representation of color #341218: hue angle of 349.41º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #341218 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB521824-
CMYK00.650.540.80
HSL349.41º48.57%13.73%-
HSV(B)349.41º65.38%20.39%-
XYZ1.81.231.01-
YUV28.85125.26144.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 55.32%
GREEN value IS 18 (7.42% from 255) = 19.15%
BLUE value IS 24 (9.77% from 255) = 25.53%
R=55.32%
G=19.15%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52182400.650.540.80349.4148.5713.73
Hex341218041365015d31e
Octal6422300101661205356116
Binary11010010010110000100000111011010100001010111011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341218; }

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

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

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

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

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

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

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

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