Html Css Color HEX #340B15 Rustic Red

📋 copy color: '#340B15'

red 52 ◦ green 11 ◦ blue 21

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

Shades of Rustic Red #340B15

Tints of Rustic Red #340B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 25%

R = 61.9%
G = 13.1%
B = 25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#340B15 (or 0x340B15) is known color: Rustic Red. HEX triplet: 34, 0B and 15. RGB value is (52,11,21). Sum of RGB (Red+Green+Blue) = 52+11+21=84 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.90% from 84); Green value is 11 (4.69% from 255 or 13.10% from 84); Blue value is 21 (8.59% from 255 or 25% from 84); Max value from RGB is 52 - color contains mainly: red. Hex color #340B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340B15 is #CBF4EA. Grayscale: #181818. Windows color (decimal): -13366507 or 1379124. OLE color: 1379124.

HSL color Cylindrical-coordinate representation of color #340B15: hue angle of 345.37º 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 #340B15 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 11 21 -
CMYK 0 0.79 0.60 0.80
HSL 345.37º 0.65% 0.12% -
HSV(B) 345.37º 0.79% 0.2% -
XYZ 1.67 1.02 0.82 -
YUV 24.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 52 11 21 0 0.79 0.60 0.80 345.37 0.65 0.12
Hex 34 B 15 0 4F 3C 50 159 41 C
Octal 64 13 25 0 117 74 120 531 101 14
Binary 110100 1011 10101 0 1001111 111100 1010000 101011001 1000001 1100

Color Harmonies of #340B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340B15

Black with #340B15

Text Example


Text Example

White with #340B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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