#341519

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

Shades of Rustic Red #341519

Tints of Rustic Red #341519

Color information

#341519 (or 0x341519) is unknown color: approx Rustic Red. HEX triplet: 34, 15 and 19. RGB value is (52,21,25). Sum of RGB (Red+Green+Blue) = 52+21+25=98 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.06% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 52 - color contains mainly: red. Hex color #341519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341519 is #CBEAE6. Grayscale: #1E1E1E. Windows color (decimal): -13363943 or 1643828. OLE color: 1643828.

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

Color convert

RGB522125-
CMYK00.600.520.80
HSL352.26º42.47%14.31%-
HSV(B)352.26º59.62%20.39%-
XYZ1.861.341.08-
YUV30.72124.77143.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 53.06%
GREEN value IS 21 (8.59% from 255) = 21.43%
BLUE value IS 25 (10.16% from 255) = 25.51%
R=53.06%
G=21.43%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52212500.600.520.80352.2642.4714.31
Hex34151903C34501602ae
Octal642531074641205405216
Binary1101001010111001011110011010010100001011000001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341519; }

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

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

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

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

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

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

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

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