Html Css Color HEX #340815 Rustic Red

📋 copy color: '#340815'

red 52 ◦ green 8 ◦ blue 21

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

Shades of Rustic Red #340815

Tints of Rustic Red #340815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.88%

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

R = 64.2%
G = 9.88%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#340815 (or 0x340815) is known color: Rustic Red. HEX triplet: 34, 08 and 15. RGB value is (52,8,21). Sum of RGB (Red+Green+Blue) = 52+8+21=81 (10% of max value = 765). Red value is 52 (20.70% from 255 or 64.20% from 81); Green value is 8 (3.52% from 255 or 9.88% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 52 - color contains mainly: red. Hex color #340815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340815 is #CBF7EA. Grayscale: #161616. Windows color (decimal): -13367275 or 1378356. OLE color: 1378356.

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

Color convert

RGB 52 8 21 -
CMYK 0 0.85 0.60 0.80
HSL 342.27º 0.73% 0.12% -
HSV(B) 342.27º 0.85% 0.2% -
XYZ 1.64 0.96 0.81 -
YUV 22.64 127.08 148.94 -
System Red Green Blue C M Y K H S L
Decimal 52 8 21 0 0.85 0.60 0.80 342.27 0.73 0.12
Hex 34 8 15 0 55 3C 50 156 49 C
Octal 64 10 25 0 125 74 120 526 111 14
Binary 110100 1000 10101 0 1010101 111100 1010000 101010110 1001001 1100

Color Harmonies of #340815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340815

Black with #340815

Text Example


Text Example

White with #340815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340815; }

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

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

background-color css

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

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

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

border-color css

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

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

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