Html Css Color HEX #340914 Rustic Red

📋 copy color: '#340914'

red 52 ◦ green 9 ◦ blue 20

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

Shades of Rustic Red #340914

Tints of Rustic Red #340914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 24.69%

R = 64.2%
G = 11.11%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#340914 (or 0x340914) is known color: Rustic Red. HEX triplet: 34, 09 and 14. RGB value is (52,9,20). Sum of RGB (Red+Green+Blue) = 52+9+20=81 (10% of max value = 765). Red value is 52 (20.70% from 255 or 64.20% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 52 - color contains mainly: red. Hex color #340914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340914 is #CBF6EB. Grayscale: #171717. Windows color (decimal): -13367020 or 1313076. OLE color: 1313076.

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

Color convert

RGB 52 9 20 -
CMYK 0 0.83 0.62 0.80
HSL 344.65º 0.7% 0.12% -
HSV(B) 344.65º 0.83% 0.2% -
XYZ 1.64 0.98 0.76 -
YUV 23.11 126.25 148.61 -
System Red Green Blue C M Y K H S L
Decimal 52 9 20 0 0.83 0.62 0.80 344.65 0.7 0.12
Hex 34 9 14 0 53 3E 50 159 46 C
Octal 64 11 24 0 123 76 120 531 106 14
Binary 110100 1001 10100 0 1010011 111110 1010000 101011001 1000110 1100

Color Harmonies of #340914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340914

Black with #340914

Text Example


Text Example

White with #340914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340914; }

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

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

background-color css

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

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

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

border-color css

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

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

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