Html Css Color HEX #341718 Rustic Red

📋 copy color: '#341718'

red 52 ◦ green 23 ◦ blue 24

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

Shades of Rustic Red #341718

Tints of Rustic Red #341718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 24.24%

R = 52.53%
G = 23.23%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#341718 (or 0x341718) is known color: Rustic Red. HEX triplet: 34, 17 and 18. RGB value is (52,23,24). Sum of RGB (Red+Green+Blue) = 52+23+24=99 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52.53% from 99); Green value is 23 (9.38% from 255 or 23.23% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 52 - color contains mainly: red. Hex color #341718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341718 is #CBE8E7. Grayscale: #1F1F1F. Windows color (decimal): -13363432 or 1578804. OLE color: 1578804.

HSL color Cylindrical-coordinate representation of color #341718: hue angle of 357.93º 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 #341718 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 23 24 -
CMYK 0 0.56 0.54 0.80
HSL 357.93º 0.39% 0.15% -
HSV(B) 357.93º 0.56% 0.2% -
XYZ 1.89 1.41 1.04 -
YUV 31.79 123.61 142.42 -
System Red Green Blue C M Y K H S L
Decimal 52 23 24 0 0.56 0.54 0.80 357.93 0.39 0.15
Hex 34 17 18 0 38 36 50 166 27 F
Octal 64 27 30 0 70 66 120 546 47 17
Binary 110100 10111 11000 0 111000 110110 1010000 101100110 100111 1111

Color Harmonies of #341718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341718

Black with #341718

Text Example


Text Example

White with #341718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341718; }

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

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

background-color css

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

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

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

border-color css

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

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

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