Html Css Color HEX #340A19 Rustic Red

📋 copy color: '#340A19'

red 52 ◦ green 10 ◦ blue 25

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

Shades of Rustic Red #340A19

Tints of Rustic Red #340A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 28.74%

R = 59.77%
G = 11.49%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#340A19 (or 0x340A19) is known color: Rustic Red. HEX triplet: 34, 0A and 19. RGB value is (52,10,25). Sum of RGB (Red+Green+Blue) = 52+10+25=87 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.77% from 87); Green value is 10 (4.30% from 255 or 11.49% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 52 - color contains mainly: red. Hex color #340A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340A19 is #CBF5E6. Grayscale: #181818. Windows color (decimal): -13366759 or 1641012. OLE color: 1641012.

HSL color Cylindrical-coordinate representation of color #340A19: hue angle of 338.57º 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 #340A19 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 10 25 -
CMYK 0 0.81 0.52 0.80
HSL 338.57º 0.68% 0.12% -
HSV(B) 338.57º 0.81% 0.2% -
XYZ 1.7 1.02 1.03 -
YUV 24.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 52 10 25 0 0.81 0.52 0.80 338.57 0.68 0.12
Hex 34 A 19 0 51 34 50 153 44 C
Octal 64 12 31 0 121 64 120 523 104 14
Binary 110100 1010 11001 0 1010001 110100 1010000 101010011 1000100 1100

Color Harmonies of #340A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340A19

Black with #340A19

Text Example


Text Example

White with #340A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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