Html Css Color HEX #340512 Rustic Red

📋 copy color: '#340512'

red 52 ◦ green 5 ◦ blue 18

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

Shades of Rustic Red #340512

Tints of Rustic Red #340512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 24%

R = 69.33%
G = 6.67%
B = 24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#340512 (or 0x340512) is known color: Rustic Red. HEX triplet: 34, 05 and 12. RGB value is (52,5,18). Sum of RGB (Red+Green+Blue) = 52+5+18=75 (9% of max value = 765). Red value is 52 (20.70% from 255 or 69.33% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 52 - color contains mainly: red. Hex color #340512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340512 is #CBFAED. Grayscale: #141414. Windows color (decimal): -13368046 or 1180980. OLE color: 1180980.

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

Color convert

RGB 52 5 18 -
CMYK 0 0.90 0.65 0.80
HSL 343.4º 0.82% 0.11% -
HSV(B) 343.4º 0.9% 0.2% -
XYZ 1.58 0.88 0.66 -
YUV 20.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 52 5 18 0 0.90 0.65 0.80 343.4 0.82 0.11
Hex 34 5 12 0 5A 41 50 157 52 B
Octal 64 5 22 0 132 101 120 527 122 13
Binary 110100 101 10010 0 1011010 1000001 1010000 101010111 1010010 1011

Color Harmonies of #340512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340512

Black with #340512

Text Example


Text Example

White with #340512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340512; }

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

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

background-color css

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

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

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

border-color css

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

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

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