Html Css Color HEX #340B0C Rustic Red

📋 copy color: '#340B0C'

red 52 ◦ green 11 ◦ blue 12

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

Shades of Rustic Red #340B0C

Tints of Rustic Red #340B0C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 14.67%

 BLUE value IS 12 (5.08% from 255) = 16%

R = 69.33%
G = 14.67%
B = 16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.80

RGB Variations

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

Color information

#340B0C (or 0x340B0C) is known color: Rustic Red. HEX triplet: 34, 0B and 0C. RGB value is (52,11,12). Sum of RGB (Red+Green+Blue) = 52+11+12=75 (9% of max value = 765). Red value is 52 (20.70% from 255 or 69.33% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 52 - color contains mainly: red. Hex color #340B0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340B0C is #CBF4F3. Grayscale: #171717. Windows color (decimal): -13366516 or 789300. OLE color: 789300.

HSL color Cylindrical-coordinate representation of color #340B0C: hue angle of 358.54º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #340B0C is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 11 12 -
CMYK 0 0.79 0.77 0.80
HSL 358.54º 0.65% 0.12% -
HSV(B) 358.54º 0.79% 0.2% -
XYZ 1.6 1 0.46 -
YUV 23.37 121.58 148.42 -
System Red Green Blue C M Y K H S L
Decimal 52 11 12 0 0.79 0.77 0.80 358.54 0.65 0.12
Hex 34 B C 0 4F 4D 50 167 41 C
Octal 64 13 14 0 117 115 120 547 101 14
Binary 110100 1011 1100 0 1001111 1001101 1010000 101100111 1000001 1100

Color Harmonies of #340B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340B0C

Black with #340B0C

Text Example


Text Example

White with #340B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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