Html Css Color HEX #341013 Rustic Red

📋 copy color: '#341013'

red 52 ◦ green 16 ◦ blue 19

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

Shades of Rustic Red #341013

Tints of Rustic Red #341013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.39%

 BLUE value IS 19 (7.81% from 255) = 21.84%

R = 59.77%
G = 18.39%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#341013 (or 0x341013) is known color: Rustic Red. HEX triplet: 34, 10 and 13. RGB value is (52,16,19). Sum of RGB (Red+Green+Blue) = 52+16+19=87 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.77% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 52 - color contains mainly: red. Hex color #341013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341013 is #CBEFEC. Grayscale: #1B1B1B. Windows color (decimal): -13365229 or 1249332. OLE color: 1249332.

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

Color convert

RGB 52 16 19 -
CMYK 0 0.69 0.63 0.80
HSL 355º 0.53% 0.13% -
HSV(B) 355º 0.69% 0.2% -
XYZ 1.72 1.15 0.75 -
YUV 27.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 52 16 19 0 0.69 0.63 0.80 355 0.53 0.13
Hex 34 10 13 0 45 3F 50 163 35 D
Octal 64 20 23 0 105 77 120 543 65 15
Binary 110100 10000 10011 0 1000101 111111 1010000 101100011 110101 1101

Color Harmonies of #341013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341013

Black with #341013

Text Example


Text Example

White with #341013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341013; }

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

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

background-color css

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

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

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

border-color css

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

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

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