#341018

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

Shades of Rustic Red #341018

Tints of Rustic Red #341018

Color information

#341018 (or 0x341018) is unknown color: approx Rustic Red. HEX triplet: 34, 10 and 18. RGB value is (52,16,24). Sum of RGB (Red+Green+Blue) = 52+16+24=92 (12% of max value = 765). Red value is 52 (20.70% from 255 or 56.52% from 92); Green value is 16 (6.64% from 255 or 17.39% from 92); Blue value is 24 (9.77% from 255 or 26.09% from 92); Max value from RGB is 52 - color contains mainly: red. Hex color #341018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341018 is #CBEFE7. Grayscale: #1B1B1B. Windows color (decimal): -13365224 or 1577012. OLE color: 1577012.

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

Color convert

RGB521624-
CMYK00.690.540.80
HSL346.67º52.94%13.33%-
HSV(B)346.67º69.23%20.39%-
XYZ1.771.171-
YUV27.68125.93145.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 56.52%
GREEN value IS 16 (6.64% from 255) = 17.39%
BLUE value IS 24 (9.77% from 255) = 26.09%
R=56.52%
G=17.39%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52162400.690.540.80346.6752.9413.33
Hex341018045365015b35d
Octal6420300105661205336515
Binary11010010000110000100010111011010100001010110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341018; }

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

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

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

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

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

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

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

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