Html Css Color HEX #342021 Rustic Red

📋 copy color: '#342021'

red 52 ◦ green 32 ◦ blue 33

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

Shades of Rustic Red #342021

Tints of Rustic Red #342021

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.35%

 BLUE value IS 33 (13.28% from 255) = 28.21%

R = 44.44%
G = 27.35%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.80

RGB Variations

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

Color information

#342021 (or 0x342021) is known color: Rustic Red. HEX triplet: 34, 20 and 21. RGB value is (52,32,33). Sum of RGB (Red+Green+Blue) = 52+32+33=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 52 - color contains mainly: red. Hex color #342021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342021 is #CBDFDE. Grayscale: #262626. Windows color (decimal): -13361119 or 2170932. OLE color: 2170932.

HSL color Cylindrical-coordinate representation of color #342021: hue angle of 357º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #342021 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 32 33 -
CMYK 0 0.38 0.37 0.80
HSL 357º 0.24% 0.16% -
HSV(B) 357º 0.38% 0.2% -
XYZ 2.21 1.87 1.68 -
YUV 38.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 52 32 33 0 0.38 0.37 0.80 357 0.24 0.16
Hex 34 20 21 0 26 25 50 165 18 10
Octal 64 40 41 0 46 45 120 545 30 20
Binary 110100 100000 100001 0 100110 100101 1010000 101100101 11000 10000

Color Harmonies of #342021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342021

Black with #342021

Text Example


Text Example

White with #342021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342021; }

 p { color: rgb(52,32,33); }

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

background-color css

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

 a { background-color: rgb(52,32,33); }

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

border-color css

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

 span { border-color: rgb(52,32,33); }

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