#340410

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

Shades of Rustic Red #340410

Tints of Rustic Red #340410

Color information

#340410 (or 0x340410) is unknown color: approx Rustic Red. HEX triplet: 34, 04 and 10. RGB value is (52,4,16). Sum of RGB (Red+Green+Blue) = 52+4+16=72 (9% of max value = 765). Red value is 52 (20.70% from 255 or 72.22% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 16 (6.64% from 255 or 22.22% from 72); Max value from RGB is 52 - color contains mainly: red. Hex color #340410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340410 is #CBFBEF. Grayscale: #131313. Windows color (decimal): -13368304 or 1049652. OLE color: 1049652.

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

Color convert

RGB52416-
CMYK00.920.690.80
HSL345º85.71%10.98%-
HSV(B)345º92.31%20.39%-
XYZ1.550.850.57-
YUV19.72125.9151.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 72.22%
GREEN value IS 4 (1.95% from 255) = 5.56%
BLUE value IS 16 (6.64% from 255) = 22.22%
R=72.22%
G=5.56%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.69
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5241600.920.690.8034585.7110.98
Hex3441005C455015956b
Octal64420013410512053112613
Binary11010010010000010111001000101101000010101100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340410; }

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

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

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

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

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

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

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

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