Html Css Color HEX #340D18 Rustic Red

📋 copy color: '#340D18'

red 52 ◦ green 13 ◦ blue 24

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

Shades of Rustic Red #340D18

Tints of Rustic Red #340D18

RGB

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

 GREEN value IS 13 (5.47% from 255) = 14.61%

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

R = 58.43%
G = 14.61%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#340D18 (or 0x340D18) is known color: Rustic Red. HEX triplet: 34, 0D and 18. RGB value is (52,13,24). Sum of RGB (Red+Green+Blue) = 52+13+24=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 13 (5.47% from 255 or 14.61% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #340D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340D18 is #CBF2E7. Grayscale: #191919. Windows color (decimal): -13365992 or 1576244. OLE color: 1576244.

HSL color Cylindrical-coordinate representation of color #340D18: hue angle of 343.08º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #340D18 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 13 24 -
CMYK 0 0.75 0.54 0.80
HSL 343.08º 0.6% 0.13% -
HSV(B) 343.08º 0.75% 0.2% -
XYZ 1.72 1.08 0.98 -
YUV 25.92 126.92 146.61 -
System Red Green Blue C M Y K H S L
Decimal 52 13 24 0 0.75 0.54 0.80 343.08 0.6 0.13
Hex 34 D 18 0 4B 36 50 157 3C D
Octal 64 15 30 0 113 66 120 527 74 15
Binary 110100 1101 11000 0 1001011 110110 1010000 101010111 111100 1101

Color Harmonies of #340D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340D18

Black with #340D18

Text Example


Text Example

White with #340D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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