Html Css Color HEX #341516 Rustic Red

📋 copy color: '#341516'

red 52 ◦ green 21 ◦ blue 22

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

Shades of Rustic Red #341516

Tints of Rustic Red #341516

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.11%

 BLUE value IS 22 (8.98% from 255) = 23.16%

R = 54.74%
G = 22.11%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#341516 (or 0x341516) is known color: Rustic Red. HEX triplet: 34, 15 and 16. RGB value is (52,21,22). Sum of RGB (Red+Green+Blue) = 52+21+22=95 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.74% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 52 - color contains mainly: red. Hex color #341516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341516 is #CBEAE9. Grayscale: #1E1E1E. Windows color (decimal): -13363946 or 1447220. OLE color: 1447220.

HSL color Cylindrical-coordinate representation of color #341516: hue angle of 358.06º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #341516 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 21 22 -
CMYK 0 0.60 0.58 0.80
HSL 358.06º 0.42% 0.14% -
HSV(B) 358.06º 0.6% 0.2% -
XYZ 1.83 1.32 0.92 -
YUV 30.38 123.27 143.42 -
System Red Green Blue C M Y K H S L
Decimal 52 21 22 0 0.60 0.58 0.80 358.06 0.42 0.14
Hex 34 15 16 0 3C 3A 50 166 2A E
Octal 64 25 26 0 74 72 120 546 52 16
Binary 110100 10101 10110 0 111100 111010 1010000 101100110 101010 1110

Color Harmonies of #341516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341516

Black with #341516

Text Example


Text Example

White with #341516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341516; }

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

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

background-color css

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

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

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

border-color css

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

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

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