#341014

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

Shades of Rustic Red #341014

Tints of Rustic Red #341014

Color information

#341014 (or 0x341014) is unknown color: approx Rustic Red. HEX triplet: 34, 10 and 14. RGB value is (52,16,20). Sum of RGB (Red+Green+Blue) = 52+16+20=88 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.09% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 52 - color contains mainly: red. Hex color #341014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341014 is #CBEFEB. Grayscale: #1B1B1B. Windows color (decimal): -13365228 or 1314868. OLE color: 1314868.

HSL color Cylindrical-coordinate representation of color #341014: hue angle of 353.33º 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 #341014 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB521620-
CMYK00.690.620.80
HSL353.33º52.94%13.33%-
HSV(B)353.33º69.23%20.39%-
XYZ1.731.150.79-
YUV27.22123.93145.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 59.09%
GREEN value IS 16 (6.64% from 255) = 18.18%
BLUE value IS 20 (8.20% from 255) = 22.73%
R=59.09%
G=18.18%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52162000.690.620.80353.3352.9413.33
Hex3410140453E5016135d
Octal6420240105761205416515
Binary11010010000101000100010111111010100001011000011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341014; }

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

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

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

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

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

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

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

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