Html Css Color HEX #340A12 Rustic Red

📋 copy color: '#340A12'

red 52 ◦ green 10 ◦ blue 18

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

Shades of Rustic Red #340A12

Tints of Rustic Red #340A12

RGB

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

 GREEN value IS 10 (4.3% from 255) = 12.5%

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

R = 65%
G = 12.5%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#340A12 (or 0x340A12) is known color: Rustic Red. HEX triplet: 34, 0A and 12. RGB value is (52,10,18). Sum of RGB (Red+Green+Blue) = 52+10+18=80 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65% from 80); Green value is 10 (4.30% from 255 or 12.5% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 52 - color contains mainly: red. Hex color #340A12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340A12 is #CBF5ED. Grayscale: #171717. Windows color (decimal): -13366766 or 1182260. OLE color: 1182260.

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

Color convert

RGB 52 10 18 -
CMYK 0 0.81 0.65 0.80
HSL 348.57º 0.68% 0.12% -
HSV(B) 348.57º 0.81% 0.2% -
XYZ 1.63 0.99 0.68 -
YUV 23.47 124.91 148.35 -
System Red Green Blue C M Y K H S L
Decimal 52 10 18 0 0.81 0.65 0.80 348.57 0.68 0.12
Hex 34 A 12 0 51 41 50 15D 44 C
Octal 64 12 22 0 121 101 120 535 104 14
Binary 110100 1010 10010 0 1010001 1000001 1010000 101011101 1000100 1100

Color Harmonies of #340A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340A12

Black with #340A12

Text Example


Text Example

White with #340A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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