#341416

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

Shades of Rustic Red #341416

Tints of Rustic Red #341416

Color information

#341416 (or 0x341416) is unknown color: approx Rustic Red. HEX triplet: 34, 14 and 16. RGB value is (52,20,22). Sum of RGB (Red+Green+Blue) = 52+20+22=94 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.32% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 22 (8.98% from 255 or 23.40% from 94); Max value from RGB is 52 - color contains mainly: red. Hex color #341416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341416 is #CBEBE9. Grayscale: #1D1D1D. Windows color (decimal): -13364202 or 1446964. OLE color: 1446964.

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

Color convert

RGB522022-
CMYK00.620.580.80
HSL356.25º44.44%14.12%-
HSV(B)356.25º61.54%20.39%-
XYZ1.811.290.91-
YUV29.8123.6143.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 55.32%
GREEN value IS 20 (8.20% from 255) = 21.28%
BLUE value IS 22 (8.98% from 255) = 23.40%
R=55.32%
G=21.28%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52202200.620.580.80356.2544.4414.12
Hex34141603E3A501642ce
Octal642426076721205445416
Binary1101001010010110011111011101010100001011001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341416; }

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

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

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

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

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

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

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

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