#341419

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

Shades of Rustic Red #341419

Tints of Rustic Red #341419

Color information

#341419 (or 0x341419) is unknown color: approx Rustic Red. HEX triplet: 34, 14 and 19. RGB value is (52,20,25). Sum of RGB (Red+Green+Blue) = 52+20+25=97 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.61% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 52 - color contains mainly: red. Hex color #341419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341419 is #CBEBE6. Grayscale: #1E1E1E. Windows color (decimal): -13364199 or 1643572. OLE color: 1643572.

HSL color Cylindrical-coordinate representation of color #341419: hue angle of 350.62º 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 #341419 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB522025-
CMYK00.620.520.80
HSL350.62º44.44%14.12%-
HSV(B)350.62º61.54%20.39%-
XYZ1.841.31.07-
YUV30.14125.1143.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 53.61%
GREEN value IS 20 (8.20% from 255) = 20.62%
BLUE value IS 25 (10.16% from 255) = 25.77%
R=53.61%
G=20.62%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52202500.620.520.80350.6244.4414.12
Hex34141903E345015f2ce
Octal642431076641205375416
Binary1101001010011001011111011010010100001010111111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341419; }

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

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

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

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

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

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

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

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