Html Css Color HEX #340911 Rustic Red

📋 copy color: '#340911'

red 52 ◦ green 9 ◦ blue 17

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

Shades of Rustic Red #340911

Tints of Rustic Red #340911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 21.79%

R = 66.67%
G = 11.54%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.80

RGB Variations

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

Color information

#340911 (or 0x340911) is known color: Rustic Red. HEX triplet: 34, 09 and 11. RGB value is (52,9,17). Sum of RGB (Red+Green+Blue) = 52+9+17=78 (10% of max value = 765). Red value is 52 (20.70% from 255 or 66.67% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 52 - color contains mainly: red. Hex color #340911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340911 is #CBF6EE. Grayscale: #161616. Windows color (decimal): -13367023 or 1116468. OLE color: 1116468.

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

Color convert

RGB 52 9 17 -
CMYK 0 0.83 0.67 0.80
HSL 348.84º 0.7% 0.12% -
HSV(B) 348.84º 0.83% 0.2% -
XYZ 1.62 0.97 0.63 -
YUV 22.77 124.75 148.85 -
System Red Green Blue C M Y K H S L
Decimal 52 9 17 0 0.83 0.67 0.80 348.84 0.7 0.12
Hex 34 9 11 0 53 43 50 15D 46 C
Octal 64 11 21 0 123 103 120 535 106 14
Binary 110100 1001 10001 0 1010011 1000011 1010000 101011101 1000110 1100

Color Harmonies of #340911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340911

Black with #340911

Text Example


Text Example

White with #340911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340911; }

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

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

background-color css

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

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

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

border-color css

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

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

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