Html Css Color HEX #341215 Rustic Red

📋 copy color: '#341215'

red 52 ◦ green 18 ◦ blue 21

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

Shades of Rustic Red #341215

Tints of Rustic Red #341215

RGB

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

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

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

R = 57.14%
G = 19.78%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#341215 (or 0x341215) is known color: Rustic Red. HEX triplet: 34, 12 and 15. RGB value is (52,18,21). Sum of RGB (Red+Green+Blue) = 52+18+21=91 (12% of max value = 765). Red value is 52 (20.70% from 255 or 57.14% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 52 - color contains mainly: red. Hex color #341215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341215 is #CBEDEA. Grayscale: #1C1C1C. Windows color (decimal): -13364715 or 1380916. OLE color: 1380916.

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

Color convert

RGB 52 18 21 -
CMYK 0 0.65 0.60 0.80
HSL 354.71º 0.49% 0.14% -
HSV(B) 354.71º 0.65% 0.2% -
XYZ 1.77 1.22 0.85 -
YUV 28.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 52 18 21 0 0.65 0.60 0.80 354.71 0.49 0.14
Hex 34 12 15 0 41 3C 50 163 31 E
Octal 64 22 25 0 101 74 120 543 61 16
Binary 110100 10010 10101 0 1000001 111100 1010000 101100011 110001 1110

Color Harmonies of #341215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341215

Black with #341215

Text Example


Text Example

White with #341215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341215; }

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

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

background-color css

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

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

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

border-color css

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

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

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