#341315

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

Shades of Rustic Red #341315

Tints of Rustic Red #341315

Color information

#341315 (or 0x341315) is unknown color: approx Rustic Red. HEX triplet: 34, 13 and 15. RGB value is (52,19,21). Sum of RGB (Red+Green+Blue) = 52+19+21=92 (12% of max value = 765). Red value is 52 (20.70% from 255 or 56.52% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 52 - color contains mainly: red. Hex color #341315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341315 is #CBECEA. Grayscale: #1D1D1D. Windows color (decimal): -13364459 or 1381172. OLE color: 1381172.

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

Color convert

RGB521921-
CMYK00.630.600.80
HSL356.36º46.48%13.92%-
HSV(B)356.36º63.46%20.39%-
XYZ1.781.250.86-
YUV29.1123.43144.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 56.52%
GREEN value IS 19 (7.81% from 255) = 20.65%
BLUE value IS 21 (8.59% from 255) = 22.83%
R=56.52%
G=20.65%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52192100.630.600.80356.3646.4813.92
Hex34131503F3C501642ee
Octal642325077741205445616
Binary1101001001110101011111111110010100001011001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341315; }

 p { color: rgb(52,19,21); }

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

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

 a { background-color: rgb(52,19,21); }

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

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

 span { border-color: rgb(52,19,21); }

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