Html Css Color HEX #341314 Rustic Red

📋 copy color: '#341314'

red 52 ◦ green 19 ◦ blue 20

#341314
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #341314

Tints of Rustic Red #341314

RGB

 RED value IS 52 (20.7% from 255) = 57.14%

 GREEN value IS 19 (7.81% from 255) = 20.88%

 BLUE value IS 20 (8.2% from 255) = 21.98%

R = 57.14%
G = 20.88%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#341314 (or 0x341314) is known color: Rustic Red. HEX triplet: 34, 13 and 14. RGB value is (52,19,20). Sum of RGB (Red+Green+Blue) = 52+19+20=91 (12% of max value = 765). Red value is 52 (20.70% from 255 or 57.14% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 52 - color contains mainly: red. Hex color #341314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341314 is #CBECEB. Grayscale: #1D1D1D. Windows color (decimal): -13364460 or 1315636. OLE color: 1315636.

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

Color convert

RGB 52 19 20 -
CMYK 0 0.63 0.62 0.80
HSL 358.18º 0.46% 0.14% -
HSV(B) 358.18º 0.63% 0.2% -
XYZ 1.78 1.25 0.81 -
YUV 28.98 122.93 144.42 -
System Red Green Blue C M Y K H S L
Decimal 52 19 20 0 0.63 0.62 0.80 358.18 0.46 0.14
Hex 34 13 14 0 3F 3E 50 166 2E E
Octal 64 23 24 0 77 76 120 546 56 16
Binary 110100 10011 10100 0 111111 111110 1010000 101100110 101110 1110

Color Harmonies of #341314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341314

Black with #341314

Text Example


Text Example

White with #341314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341314; }

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

 H1.HeaderClassName
 {
   color: #341314;
 }
 .AnyTagClassName
 {
   color: #341314;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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