Html Css Color HEX #340A17 Rustic Red

📋 copy color: '#340A17'

red 52 ◦ green 10 ◦ blue 23

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

Shades of Rustic Red #340A17

Tints of Rustic Red #340A17

RGB

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

 GREEN value IS 10 (4.3% from 255) = 11.76%

 BLUE value IS 23 (9.38% from 255) = 27.06%

R = 61.18%
G = 11.76%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#340A17 (or 0x340A17) is known color: Rustic Red. HEX triplet: 34, 0A and 17. RGB value is (52,10,23). Sum of RGB (Red+Green+Blue) = 52+10+23=85 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.18% from 85); Green value is 10 (4.30% from 255 or 11.76% from 85); Blue value is 23 (9.38% from 255 or 27.06% from 85); Max value from RGB is 52 - color contains mainly: red. Hex color #340A17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340A17 is #CBF5E8. Grayscale: #181818. Windows color (decimal): -13366761 or 1509940. OLE color: 1509940.

HSL color Cylindrical-coordinate representation of color #340A17: hue angle of 341.43º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #340A17 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 10 23 -
CMYK 0 0.81 0.56 0.80
HSL 341.43º 0.68% 0.12% -
HSV(B) 341.43º 0.81% 0.2% -
XYZ 1.68 1.01 0.92 -
YUV 24.04 127.41 147.94 -
System Red Green Blue C M Y K H S L
Decimal 52 10 23 0 0.81 0.56 0.80 341.43 0.68 0.12
Hex 34 A 17 0 51 38 50 155 44 C
Octal 64 12 27 0 121 70 120 525 104 14
Binary 110100 1010 10111 0 1010001 111000 1010000 101010101 1000100 1100

Color Harmonies of #340A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340A17

Black with #340A17

Text Example


Text Example

White with #340A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,10,23); }

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

background-color css

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

 a { background-color: rgb(52,10,23); }

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

border-color css

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

 span { border-color: rgb(52,10,23); }

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