Html Css Color HEX #340C15 Rustic Red

📋 copy color: '#340C15'

red 52 ◦ green 12 ◦ blue 21

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

Shades of Rustic Red #340C15

Tints of Rustic Red #340C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 24.71%

R = 61.18%
G = 14.12%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#340C15 (or 0x340C15) is known color: Rustic Red. HEX triplet: 34, 0C and 15. RGB value is (52,12,21). Sum of RGB (Red+Green+Blue) = 52+12+21=85 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.18% from 85); Green value is 12 (5.08% from 255 or 14.12% from 85); Blue value is 21 (8.59% from 255 or 24.71% from 85); Max value from RGB is 52 - color contains mainly: red. Hex color #340C15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340C15 is #CBF3EA. Grayscale: #181818. Windows color (decimal): -13366251 or 1379380. OLE color: 1379380.

HSL color Cylindrical-coordinate representation of color #340C15: hue angle of 346.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 #340C15 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 12 21 -
CMYK 0 0.77 0.60 0.80
HSL 346.5º 0.63% 0.13% -
HSV(B) 346.5º 0.77% 0.2% -
XYZ 1.68 1.05 0.82 -
YUV 24.99 125.75 147.27 -
System Red Green Blue C M Y K H S L
Decimal 52 12 21 0 0.77 0.60 0.80 346.5 0.63 0.13
Hex 34 C 15 0 4D 3C 50 15A 3E D
Octal 64 14 25 0 115 74 120 532 76 15
Binary 110100 1100 10101 0 1001101 111100 1010000 101011010 111110 1101

Color Harmonies of #340C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340C15

Black with #340C15

Text Example


Text Example

White with #340C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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