Html Css Color HEX #341015 Rustic Red

📋 copy color: '#341015'

red 52 ◦ green 16 ◦ blue 21

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

Shades of Rustic Red #341015

Tints of Rustic Red #341015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.98%

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

R = 58.43%
G = 17.98%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#341015 (or 0x341015) is known color: Rustic Red. HEX triplet: 34, 10 and 15. RGB value is (52,16,21). Sum of RGB (Red+Green+Blue) = 52+16+21=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #341015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341015 is #CBEFEA. Grayscale: #1B1B1B. Windows color (decimal): -13365227 or 1380404. OLE color: 1380404.

HSL color Cylindrical-coordinate representation of color #341015: hue angle of 351.67º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #341015 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 16 21 -
CMYK 0 0.69 0.60 0.80
HSL 351.67º 0.53% 0.13% -
HSV(B) 351.67º 0.69% 0.2% -
XYZ 1.74 1.15 0.84 -
YUV 27.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 52 16 21 0 0.69 0.60 0.80 351.67 0.53 0.13
Hex 34 10 15 0 45 3C 50 160 35 D
Octal 64 20 25 0 105 74 120 540 65 15
Binary 110100 10000 10101 0 1000101 111100 1010000 101100000 110101 1101

Color Harmonies of #341015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341015

Black with #341015

Text Example


Text Example

White with #341015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341015; }

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

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

background-color css

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

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

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

border-color css

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

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

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