Html Css Color HEX #340912 Rustic Red

📋 copy color: '#340912'

red 52 ◦ green 9 ◦ blue 18

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

Shades of Rustic Red #340912

Tints of Rustic Red #340912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 11.39%

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

R = 65.82%
G = 11.39%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#340912 (or 0x340912) is known color: Rustic Red. HEX triplet: 34, 09 and 12. RGB value is (52,9,18). Sum of RGB (Red+Green+Blue) = 52+9+18=79 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65.82% from 79); Green value is 9 (3.91% from 255 or 11.39% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 52 - color contains mainly: red. Hex color #340912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340912 is #CBF6ED. Grayscale: #161616. Windows color (decimal): -13367022 or 1182004. OLE color: 1182004.

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

Color convert

RGB 52 9 18 -
CMYK 0 0.83 0.65 0.80
HSL 347.44º 0.7% 0.12% -
HSV(B) 347.44º 0.83% 0.2% -
XYZ 1.62 0.97 0.67 -
YUV 22.88 125.25 148.77 -
System Red Green Blue C M Y K H S L
Decimal 52 9 18 0 0.83 0.65 0.80 347.44 0.7 0.12
Hex 34 9 12 0 53 41 50 15B 46 C
Octal 64 11 22 0 123 101 120 533 106 14
Binary 110100 1001 10010 0 1010011 1000001 1010000 101011011 1000110 1100

Color Harmonies of #340912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340912

Black with #340912

Text Example


Text Example

White with #340912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340912; }

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

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

background-color css

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

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

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

border-color css

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

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

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