Html Css Color HEX #341517 Rustic Red

📋 copy color: '#341517'

red 52 ◦ green 21 ◦ blue 23

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

Shades of Rustic Red #341517

Tints of Rustic Red #341517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 21.88%

 BLUE value IS 23 (9.38% from 255) = 23.96%

R = 54.17%
G = 21.88%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#341517 (or 0x341517) is known color: Rustic Red. HEX triplet: 34, 15 and 17. RGB value is (52,21,23). Sum of RGB (Red+Green+Blue) = 52+21+23=96 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.17% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 23 (9.38% from 255 or 23.96% from 96); Max value from RGB is 52 - color contains mainly: red. Hex color #341517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341517 is #CBEAE8. Grayscale: #1E1E1E. Windows color (decimal): -13363945 or 1512756. OLE color: 1512756.

HSL color Cylindrical-coordinate representation of color #341517: hue angle of 356.13º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #341517 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 21 23 -
CMYK 0 0.60 0.56 0.80
HSL 356.13º 0.42% 0.14% -
HSV(B) 356.13º 0.6% 0.2% -
XYZ 1.84 1.33 0.97 -
YUV 30.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 52 21 23 0 0.60 0.56 0.80 356.13 0.42 0.14
Hex 34 15 17 0 3C 38 50 164 2A E
Octal 64 25 27 0 74 70 120 544 52 16
Binary 110100 10101 10111 0 111100 111000 1010000 101100100 101010 1110

Color Harmonies of #341517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341517

Black with #341517

Text Example


Text Example

White with #341517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341517; }

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

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

background-color css

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

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

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

border-color css

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

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

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