Html Css Color HEX #340918 Rustic Red

📋 copy color: '#340918'

red 52 ◦ green 9 ◦ blue 24

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

Shades of Rustic Red #340918

Tints of Rustic Red #340918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 28.24%

R = 61.18%
G = 10.59%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#340918 (or 0x340918) is known color: Rustic Red. HEX triplet: 34, 09 and 18. RGB value is (52,9,24). Sum of RGB (Red+Green+Blue) = 52+9+24=85 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.18% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 24 (9.77% from 255 or 28.24% from 85); Max value from RGB is 52 - color contains mainly: red. Hex color #340918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340918 is #CBF6E7. Grayscale: #171717. Windows color (decimal): -13367016 or 1575220. OLE color: 1575220.

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

Color convert

RGB 52 9 24 -
CMYK 0 0.83 0.54 0.80
HSL 339.07º 0.7% 0.12% -
HSV(B) 339.07º 0.83% 0.2% -
XYZ 1.68 0.99 0.97 -
YUV 23.57 128.25 148.28 -
System Red Green Blue C M Y K H S L
Decimal 52 9 24 0 0.83 0.54 0.80 339.07 0.7 0.12
Hex 34 9 18 0 53 36 50 153 46 C
Octal 64 11 30 0 123 66 120 523 106 14
Binary 110100 1001 11000 0 1010011 110110 1010000 101010011 1000110 1100

Color Harmonies of #340918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340918

Black with #340918

Text Example


Text Example

White with #340918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340918; }

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

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

background-color css

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

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

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

border-color css

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

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

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