Html Css Color HEX #340313 Rustic Red

📋 copy color: '#340313'

red 52 ◦ green 3 ◦ blue 19

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

Shades of Rustic Red #340313

Tints of Rustic Red #340313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.05%

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

R = 70.27%
G = 4.05%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#340313 (or 0x340313) is known color: Rustic Red. HEX triplet: 34, 03 and 13. RGB value is (52,3,19). Sum of RGB (Red+Green+Blue) = 52+3+19=74 (9% of max value = 765). Red value is 52 (20.70% from 255 or 70.27% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 52 - color contains mainly: red. Hex color #340313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340313 is #CBFCEC. Grayscale: #131313. Windows color (decimal): -13368557 or 1246004. OLE color: 1246004.

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

Color convert

RGB 52 3 19 -
CMYK 0 0.94 0.63 0.80
HSL 340.41º 0.89% 0.11% -
HSV(B) 340.41º 0.94% 0.2% -
XYZ 1.57 0.84 0.7 -
YUV 19.48 127.73 151.2 -
System Red Green Blue C M Y K H S L
Decimal 52 3 19 0 0.94 0.63 0.80 340.41 0.89 0.11
Hex 34 3 13 0 5E 3F 50 154 59 B
Octal 64 3 23 0 136 77 120 524 131 13
Binary 110100 11 10011 0 1011110 111111 1010000 101010100 1011001 1011

Color Harmonies of #340313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340313

Black with #340313

Text Example


Text Example

White with #340313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340313; }

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

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

background-color css

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

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

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

border-color css

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

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

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