Html Css Color HEX #341114 Rustic Red

📋 copy color: '#341114'

red 52 ◦ green 17 ◦ blue 20

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

Shades of Rustic Red #341114

Tints of Rustic Red #341114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.1%

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

R = 58.43%
G = 19.1%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#341114 (or 0x341114) is known color: Rustic Red. HEX triplet: 34, 11 and 14. RGB value is (52,17,20). Sum of RGB (Red+Green+Blue) = 52+17+20=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #341114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341114 is #CBEEEB. Grayscale: #1B1B1B. Windows color (decimal): -13364972 or 1315124. OLE color: 1315124.

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

Color convert

RGB 52 17 20 -
CMYK 0 0.67 0.62 0.80
HSL 354.86º 0.51% 0.14% -
HSV(B) 354.86º 0.67% 0.2% -
XYZ 1.74 1.18 0.8 -
YUV 27.81 123.6 145.26 -
System Red Green Blue C M Y K H S L
Decimal 52 17 20 0 0.67 0.62 0.80 354.86 0.51 0.14
Hex 34 11 14 0 43 3E 50 163 33 E
Octal 64 21 24 0 103 76 120 543 63 16
Binary 110100 10001 10100 0 1000011 111110 1010000 101100011 110011 1110

Color Harmonies of #341114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341114

Black with #341114

Text Example


Text Example

White with #341114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341114; }

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

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

background-color css

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

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

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

border-color css

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

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

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