Html Css Color HEX #340115 Rustic Red

📋 copy color: '#340115'

red 52 ◦ green 1 ◦ blue 21

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

Shades of Rustic Red #340115

Tints of Rustic Red #340115

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.35%

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

R = 70.27%
G = 1.35%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#340115 (or 0x340115) is known color: Rustic Red. HEX triplet: 34, 01 and 15. RGB value is (52,1,21). Sum of RGB (Red+Green+Blue) = 52+1+21=74 (9% of max value = 765). Red value is 52 (20.70% from 255 or 70.27% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 21 (8.59% from 255 or 28.38% from 74); Max value from RGB is 52 - color contains mainly: red. Hex color #340115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340115 is #CBFEEA. Grayscale: #121212. Windows color (decimal): -13369067 or 1376564. OLE color: 1376564.

HSL color Cylindrical-coordinate representation of color #340115: hue angle of 336.47º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #340115 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 1 21 -
CMYK 0 0.98 0.60 0.80
HSL 336.47º 0.96% 0.1% -
HSV(B) 336.47º 0.98% 0.2% -
XYZ 1.56 0.81 0.78 -
YUV 18.53 129.4 151.87 -
System Red Green Blue C M Y K H S L
Decimal 52 1 21 0 0.98 0.60 0.80 336.47 0.96 0.1
Hex 34 1 15 0 62 3C 50 150 60 A
Octal 64 1 25 0 142 74 120 520 140 12
Binary 110100 1 10101 0 1100010 111100 1010000 101010000 1100000 1010

Color Harmonies of #340115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340115

Black with #340115

Text Example


Text Example

White with #340115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340115; }

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

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

background-color css

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

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

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

border-color css

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

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

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