Html Css Color HEX #341415 Rustic Red

📋 copy color: '#341415'

red 52 ◦ green 20 ◦ blue 21

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

Shades of Rustic Red #341415

Tints of Rustic Red #341415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.51%

 BLUE value IS 21 (8.59% from 255) = 22.58%

R = 55.91%
G = 21.51%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#341415 (or 0x341415) is known color: Rustic Red. HEX triplet: 34, 14 and 15. RGB value is (52,20,21). Sum of RGB (Red+Green+Blue) = 52+20+21=93 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.91% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 52 - color contains mainly: red. Hex color #341415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341415 is #CBEBEA. Grayscale: #1D1D1D. Windows color (decimal): -13364203 or 1381428. OLE color: 1381428.

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

Color convert

RGB 52 20 21 -
CMYK 0 0.62 0.60 0.80
HSL 358.13º 0.44% 0.14% -
HSV(B) 358.13º 0.62% 0.2% -
XYZ 1.8 1.28 0.86 -
YUV 29.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 52 20 21 0 0.62 0.60 0.80 358.13 0.44 0.14
Hex 34 14 15 0 3E 3C 50 166 2C E
Octal 64 24 25 0 76 74 120 546 54 16
Binary 110100 10100 10101 0 111110 111100 1010000 101100110 101100 1110

Color Harmonies of #341415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341415

Black with #341415

Text Example


Text Example

White with #341415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341415; }

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

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

background-color css

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

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

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

border-color css

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

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

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