Html Css Color HEX #341318 Rustic Red

📋 copy color: '#341318'

red 52 ◦ green 19 ◦ blue 24

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

Shades of Rustic Red #341318

Tints of Rustic Red #341318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20%

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

R = 54.74%
G = 20%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#341318 (or 0x341318) is known color: Rustic Red. HEX triplet: 34, 13 and 18. RGB value is (52,19,24). Sum of RGB (Red+Green+Blue) = 52+19+24=95 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.74% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 52 - color contains mainly: red. Hex color #341318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341318 is #CBECE7. Grayscale: #1D1D1D. Windows color (decimal): -13364456 or 1577780. OLE color: 1577780.

HSL color Cylindrical-coordinate representation of color #341318: hue angle of 350.91º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #341318 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 19 24 -
CMYK 0 0.63 0.54 0.80
HSL 350.91º 0.46% 0.14% -
HSV(B) 350.91º 0.63% 0.2% -
XYZ 1.81 1.26 1.01 -
YUV 29.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 52 19 24 0 0.63 0.54 0.80 350.91 0.46 0.14
Hex 34 13 18 0 3F 36 50 15F 2E E
Octal 64 23 30 0 77 66 120 537 56 16
Binary 110100 10011 11000 0 111111 110110 1010000 101011111 101110 1110

Color Harmonies of #341318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341318

Black with #341318

Text Example


Text Example

White with #341318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341318; }

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

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

background-color css

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

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

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

border-color css

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

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

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