Html Css Color HEX #341214 Rustic Red

📋 copy color: '#341214'

red 52 ◦ green 18 ◦ blue 20

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

Shades of Rustic Red #341214

Tints of Rustic Red #341214

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20%

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

R = 57.78%
G = 20%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#341214 (or 0x341214) is known color: Rustic Red. HEX triplet: 34, 12 and 14. RGB value is (52,18,20). Sum of RGB (Red+Green+Blue) = 52+18+20=90 (11% of max value = 765). Red value is 52 (20.70% from 255 or 57.78% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 20 (8.20% from 255 or 22.22% from 90); Max value from RGB is 52 - color contains mainly: red. Hex color #341214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341214 is #CBEDEB. Grayscale: #1C1C1C. Windows color (decimal): -13364716 or 1315380. OLE color: 1315380.

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

Color convert

RGB 52 18 20 -
CMYK 0 0.65 0.62 0.80
HSL 356.47º 0.49% 0.14% -
HSV(B) 356.47º 0.65% 0.2% -
XYZ 1.76 1.21 0.8 -
YUV 28.39 123.26 144.84 -
System Red Green Blue C M Y K H S L
Decimal 52 18 20 0 0.65 0.62 0.80 356.47 0.49 0.14
Hex 34 12 14 0 41 3E 50 164 31 E
Octal 64 22 24 0 101 76 120 544 61 16
Binary 110100 10010 10100 0 1000001 111110 1010000 101100100 110001 1110

Color Harmonies of #341214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341214

Black with #341214

Text Example


Text Example

White with #341214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341214; }

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

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

background-color css

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

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

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

border-color css

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

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

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