Html Css Color HEX #341315 Rustic Red

📋 copy color: '#341315'

red 52 ◦ green 19 ◦ blue 21

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

Shades of Rustic Red #341315

Tints of Rustic Red #341315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 22.83%

R = 56.52%
G = 20.65%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.80

RGB Variations

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

Color information

#341315 (or 0x341315) is known color: Rustic Red. HEX triplet: 34, 13 and 15. RGB value is (52,19,21). Sum of RGB (Red+Green+Blue) = 52+19+21=92 (12% of max value = 765). Red value is 52 (20.70% from 255 or 56.52% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 52 - color contains mainly: red. Hex color #341315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341315 is #CBECEA. Grayscale: #1D1D1D. Windows color (decimal): -13364459 or 1381172. OLE color: 1381172.

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

Color convert

RGB 52 19 21 -
CMYK 0 0.63 0.60 0.80
HSL 356.36º 0.46% 0.14% -
HSV(B) 356.36º 0.63% 0.2% -
XYZ 1.78 1.25 0.86 -
YUV 29.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 52 19 21 0 0.63 0.60 0.80 356.36 0.46 0.14
Hex 34 13 15 0 3F 3C 50 164 2E E
Octal 64 23 25 0 77 74 120 544 56 16
Binary 110100 10011 10101 0 111111 111100 1010000 101100100 101110 1110

Color Harmonies of #341315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341315

Black with #341315

Text Example


Text Example

White with #341315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341315; }

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

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

background-color css

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

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

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

border-color css

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

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

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