Html Css Color HEX #34171D Rustic Red

📋 copy color: '#34171D'

red 52 ◦ green 23 ◦ blue 29

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

Shades of Rustic Red #34171D

Tints of Rustic Red #34171D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 22.12%

 BLUE value IS 29 (11.72% from 255) = 27.88%

R = 50%
G = 22.12%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.80

RGB Variations

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

Color information

#34171D (or 0x34171D) is known color: Rustic Red. HEX triplet: 34, 17 and 1D. RGB value is (52,23,29). Sum of RGB (Red+Green+Blue) = 52+23+29=104 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50% from 104); Green value is 23 (9.38% from 255 or 22.12% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 52 - color contains mainly: red. Hex color #34171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34171D is #CBE8E2. Grayscale: #202020. Windows color (decimal): -13363427 or 1906484. OLE color: 1906484.

HSL color Cylindrical-coordinate representation of color #34171D: hue angle of 347.59º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34171D is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 23 29 -
CMYK 0 0.56 0.44 0.80
HSL 347.59º 0.39% 0.15% -
HSV(B) 347.59º 0.56% 0.2% -
XYZ 1.94 1.43 1.34 -
YUV 32.36 126.11 142.01 -
System Red Green Blue C M Y K H S L
Decimal 52 23 29 0 0.56 0.44 0.80 347.59 0.39 0.15
Hex 34 17 1D 0 38 2C 50 15C 27 F
Octal 64 27 35 0 70 54 120 534 47 17
Binary 110100 10111 11101 0 111000 101100 1010000 101011100 100111 1111

Color Harmonies of #34171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34171D

Black with #34171D

Text Example


Text Example

White with #34171D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34171D; }

 p { color: rgb(52,23,29); }

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

background-color css

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

 a { background-color: rgb(52,23,29); }

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

border-color css

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

 span { border-color: rgb(52,23,29); }

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