Html Css Color HEX #340516 Rustic Red

📋 copy color: '#340516'

red 52 ◦ green 5 ◦ blue 22

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

Shades of Rustic Red #340516

Tints of Rustic Red #340516

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.33%

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

R = 65.82%
G = 6.33%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#340516 (or 0x340516) is known color: Rustic Red. HEX triplet: 34, 05 and 16. RGB value is (52,5,22). Sum of RGB (Red+Green+Blue) = 52+5+22=79 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65.82% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 52 - color contains mainly: red. Hex color #340516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340516 is #CBFAE9. Grayscale: #141414. Windows color (decimal): -13368042 or 1443124. OLE color: 1443124.

HSL color Cylindrical-coordinate representation of color #340516: hue angle of 338.3º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340516 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 5 22 -
CMYK 0 0.90 0.58 0.80
HSL 338.3º 0.82% 0.11% -
HSV(B) 338.3º 0.9% 0.2% -
XYZ 1.62 0.9 0.85 -
YUV 20.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 52 5 22 0 0.90 0.58 0.80 338.3 0.82 0.11
Hex 34 5 16 0 5A 3A 50 152 52 B
Octal 64 5 26 0 132 72 120 522 122 13
Binary 110100 101 10110 0 1011010 111010 1010000 101010010 1010010 1011

Color Harmonies of #340516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340516

Black with #340516

Text Example


Text Example

White with #340516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340516; }

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

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

background-color css

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

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

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

border-color css

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

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

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