Html Css Color HEX #340212 Rustic Red

📋 copy color: '#340212'

red 52 ◦ green 2 ◦ blue 18

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

Shades of Rustic Red #340212

Tints of Rustic Red #340212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.78%

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

R = 72.22%
G = 2.78%
B = 25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#340212 (or 0x340212) is known color: Rustic Red. HEX triplet: 34, 02 and 12. RGB value is (52,2,18). Sum of RGB (Red+Green+Blue) = 52+2+18=72 (9% of max value = 765). Red value is 52 (20.70% from 255 or 72.22% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 52 - color contains mainly: red. Hex color #340212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340212 is #CBFDED. Grayscale: #121212. Windows color (decimal): -13368814 or 1180212. OLE color: 1180212.

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

Color convert

RGB 52 2 18 -
CMYK 0 0.96 0.65 0.80
HSL 340.8º 0.93% 0.11% -
HSV(B) 340.8º 0.96% 0.2% -
XYZ 1.55 0.82 0.65 -
YUV 18.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 52 2 18 0 0.96 0.65 0.80 340.8 0.93 0.11
Hex 34 2 12 0 60 41 50 155 5D B
Octal 64 2 22 0 140 101 120 525 135 13
Binary 110100 10 10010 0 1100000 1000001 1010000 101010101 1011101 1011

Color Harmonies of #340212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340212

Black with #340212

Text Example


Text Example

White with #340212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340212; }

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

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

background-color css

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

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

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

border-color css

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

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

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