#340F1A

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

Shades of Rustic Red #340F1A

Tints of Rustic Red #340F1A

Color information

#340F1A (or 0x340F1A) is unknown color: approx Rustic Red. HEX triplet: 34, 0F and 1A. RGB value is (52,15,26). Sum of RGB (Red+Green+Blue) = 52+15+26=93 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.91% from 93); Green value is 15 (6.25% from 255 or 16.13% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 52 - color contains mainly: red. Hex color #340F1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340F1A is #CBF0E5. Grayscale: #1B1B1B. Windows color (decimal): -13365478 or 1707828. OLE color: 1707828.

HSL color Cylindrical-coordinate representation of color #340F1A: hue angle of 342.16º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #340F1A is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB521526-
CMYK00.710.500.80
HSL342.16º55.22%13.14%-
HSV(B)342.16º71.15%20.39%-
XYZ1.771.151.11-
YUV27.32127.26145.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 55.91%
GREEN value IS 15 (6.25% from 255) = 16.13%
BLUE value IS 26 (10.55% from 255) = 27.96%
R=55.91%
G=16.13%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52152600.710.500.80342.1655.2213.14
Hex34F1A047325015637d
Octal6417320107621205266715
Binary1101001111110100100011111001010100001010101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340F1A; }

 p { color: rgb(52,15,26); }

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

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

 a { background-color: rgb(52,15,26); }

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

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

 span { border-color: rgb(52,15,26); }

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