Html Css Color HEX #340014 Rustic Red

📋 copy color: '#340014'

red 52 ◦ green 0 ◦ blue 20

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

Shades of Rustic Red #340014

Tints of Rustic Red #340014

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 20 (8.2% from 255) = 27.78%

R = 72.22%
G = 0%
B = 27.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#340014 (or 0x340014) is known color: Rustic Red. HEX triplet: 34, 00 and 14. RGB value is (52,0,20). Sum of RGB (Red+Green+Blue) = 52+0+20=72 (9% of max value = 765). Red value is 52 (20.70% from 255 or 72.22% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 20 (8.20% from 255 or 27.78% from 72); Max value from RGB is 52 - color contains mainly: red. Hex color #340014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340014 is #CBFFEB. Grayscale: #111111. Windows color (decimal): -13369324 or 1310772. OLE color: 1310772.

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

Color convert

RGB 52 0 20 -
CMYK 0 1 0.62 0.80
HSL 336.92º 1% 0.1% -
HSV(B) 336.92º 1% 0.2% -
XYZ 1.54 0.78 0.73 -
YUV 17.83 129.23 152.37 -
System Red Green Blue C M Y K H S L
Decimal 52 0 20 0 1 0.62 0.80 336.92 1 0.1
Hex 34 0 14 0 64 3E 50 151 64 A
Octal 64 0 24 0 144 76 120 521 144 12
Binary 110100 0 10100 0 1100100 111110 1010000 101010001 1100100 1010

Color Harmonies of #340014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340014

Black with #340014

Text Example


Text Example

White with #340014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340014; }

 p { color: rgb(52,0,20); }

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

background-color css

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

 a { background-color: rgb(52,0,20); }

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

border-color css

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

 span { border-color: rgb(52,0,20); }

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