#341114

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

Shades of Rustic Red #341114

Tints of Rustic Red #341114

Color information

#341114 (or 0x341114) is unknown color: approx Rustic Red. HEX triplet: 34, 11 and 14. RGB value is (52,17,20). Sum of RGB (Red+Green+Blue) = 52+17+20=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #341114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341114 is #CBEEEB. Grayscale: #1B1B1B. Windows color (decimal): -13364972 or 1315124. OLE color: 1315124.

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

Color convert

RGB521720-
CMYK00.670.620.80
HSL354.86º50.72%13.53%-
HSV(B)354.86º67.31%20.39%-
XYZ1.741.180.8-
YUV27.81123.6145.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 58.43%
GREEN value IS 17 (7.03% from 255) = 19.10%
BLUE value IS 20 (8.20% from 255) = 22.47%
R=58.43%
G=19.10%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52172000.670.620.80354.8650.7213.53
Hex3411140433E5016333e
Octal6421240103761205436316
Binary11010010001101000100001111111010100001011000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341114; }

 p { color: rgb(52,17,20); }

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

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

 a { background-color: rgb(52,17,20); }

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

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

 span { border-color: rgb(52,17,20); }

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