Html Css Color HEX #340C19 Rustic Red

📋 copy color: '#340C19'

red 52 ◦ green 12 ◦ blue 25

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

Shades of Rustic Red #340C19

Tints of Rustic Red #340C19

RGB

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

 GREEN value IS 12 (5.08% from 255) = 13.48%

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

R = 58.43%
G = 13.48%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#340C19 (or 0x340C19) is known color: Rustic Red. HEX triplet: 34, 0C and 19. RGB value is (52,12,25). Sum of RGB (Red+Green+Blue) = 52+12+25=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 12 (5.08% from 255 or 13.48% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #340C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340C19 is #CBF3E6. Grayscale: #191919. Windows color (decimal): -13366247 or 1641524. OLE color: 1641524.

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

Color convert

RGB 52 12 25 -
CMYK 0 0.77 0.52 0.80
HSL 340.5º 0.63% 0.13% -
HSV(B) 340.5º 0.77% 0.2% -
XYZ 1.72 1.06 1.03 -
YUV 25.44 127.75 146.94 -
System Red Green Blue C M Y K H S L
Decimal 52 12 25 0 0.77 0.52 0.80 340.5 0.63 0.13
Hex 34 C 19 0 4D 34 50 154 3E D
Octal 64 14 31 0 115 64 120 524 76 15
Binary 110100 1100 11001 0 1001101 110100 1010000 101010100 111110 1101

Color Harmonies of #340C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340C19

Black with #340C19

Text Example


Text Example

White with #340C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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