#340514

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

Shades of Rustic Red #340514

Tints of Rustic Red #340514

Color information

#340514 (or 0x340514) is unknown color: approx Rustic Red. HEX triplet: 34, 05 and 14. RGB value is (52,5,20). Sum of RGB (Red+Green+Blue) = 52+5+20=77 (10% of max value = 765). Red value is 52 (20.70% from 255 or 67.53% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 52 - color contains mainly: red. Hex color #340514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340514 is #CBFAEB. Grayscale: #141414. Windows color (decimal): -13368044 or 1312052. OLE color: 1312052.

HSL color Cylindrical-coordinate representation of color #340514: hue angle of 340.85º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340514 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB52520-
CMYK00.900.620.80
HSL340.85º82.46%11.18%-
HSV(B)340.85º90.38%20.39%-
XYZ1.60.890.75-
YUV20.76127.57150.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 67.53%
GREEN value IS 5 (2.34% from 255) = 6.49%
BLUE value IS 20 (8.20% from 255) = 25.97%
R=67.53%
G=6.49%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5252000.900.620.80340.8582.4611.18
Hex3451405A3E5015552b
Octal6452401327612052512213
Binary1101001011010001011010111110101000010101010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340514; }

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

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

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

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

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

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

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

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