Html Css Color HEX #341617 Rustic Red

📋 copy color: '#341617'

red 52 ◦ green 22 ◦ blue 23

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

Shades of Rustic Red #341617

Tints of Rustic Red #341617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 22.68%

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

R = 53.61%
G = 22.68%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#341617 (or 0x341617) is known color: Rustic Red. HEX triplet: 34, 16 and 17. RGB value is (52,22,23). Sum of RGB (Red+Green+Blue) = 52+22+23=97 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.61% from 97); Green value is 22 (8.98% from 255 or 22.68% from 97); Blue value is 23 (9.38% from 255 or 23.71% from 97); Max value from RGB is 52 - color contains mainly: red. Hex color #341617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341617 is #CBE9E8. Grayscale: #1F1F1F. Windows color (decimal): -13363689 or 1513012. OLE color: 1513012.

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

Color convert

RGB 52 22 23 -
CMYK 0 0.58 0.56 0.80
HSL 358º 0.41% 0.15% -
HSV(B) 358º 0.58% 0.2% -
XYZ 1.86 1.37 0.98 -
YUV 31.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 52 22 23 0 0.58 0.56 0.80 358 0.41 0.15
Hex 34 16 17 0 3A 38 50 166 29 F
Octal 64 26 27 0 72 70 120 546 51 17
Binary 110100 10110 10111 0 111010 111000 1010000 101100110 101001 1111

Color Harmonies of #341617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341617

Black with #341617

Text Example


Text Example

White with #341617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341617; }

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

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

background-color css

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

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

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

border-color css

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

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

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