Html Css Color HEX #340012 Rustic Red

📋 copy color: '#340012'

red 52 ◦ green 0 ◦ blue 18

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

Shades of Rustic Red #340012

Tints of Rustic Red #340012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 25.71%

R = 74.29%
G = 0%
B = 25.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#340012 (or 0x340012) is known color: Rustic Red. HEX triplet: 34, 00 and 12. RGB value is (52,0,18). Sum of RGB (Red+Green+Blue) = 52+0+18=70 (9% of max value = 765). Red value is 52 (20.70% from 255 or 74.29% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 18 (7.42% from 255 or 25.71% from 70); Max value from RGB is 52 - color contains mainly: red. Hex color #340012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340012 is #CBFFED. Grayscale: #111111. Windows color (decimal): -13369326 or 1179700. OLE color: 1179700.

HSL color Cylindrical-coordinate representation of color #340012: hue angle of 339.23º 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 #340012 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 0 18 -
CMYK 0 1 0.65 0.80
HSL 339.23º 1% 0.1% -
HSV(B) 339.23º 1% 0.2% -
XYZ 1.53 0.77 0.64 -
YUV 17.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 52 0 18 0 1 0.65 0.80 339.23 1 0.1
Hex 34 0 12 0 64 41 50 153 64 A
Octal 64 0 22 0 144 101 120 523 144 12
Binary 110100 0 10010 0 1100100 1000001 1010000 101010011 1100100 1010

Color Harmonies of #340012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340012

Black with #340012

Text Example


Text Example

White with #340012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340012; }

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

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

background-color css

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

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

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

border-color css

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

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

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