Html Css Color HEX #340013 Rustic Red

📋 copy color: '#340013'

red 52 ◦ green 0 ◦ blue 19

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

Shades of Rustic Red #340013

Tints of Rustic Red #340013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.24%
G = 0%
B = 26.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#340013 (or 0x340013) is known color: Rustic Red. HEX triplet: 34, 00 and 13. RGB value is (52,0,19). Sum of RGB (Red+Green+Blue) = 52+0+19=71 (9% of max value = 765). Red value is 52 (20.70% from 255 or 73.24% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 52 - color contains mainly: red. Hex color #340013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340013 is #CBFFEC. Grayscale: #111111. Windows color (decimal): -13369325 or 1245236. OLE color: 1245236.

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

Color convert

RGB 52 0 19 -
CMYK 0 1 0.63 0.80
HSL 338.08º 1% 0.1% -
HSV(B) 338.08º 1% 0.2% -
XYZ 1.53 0.78 0.69 -
YUV 17.71 128.73 152.46 -
System Red Green Blue C M Y K H S L
Decimal 52 0 19 0 1 0.63 0.80 338.08 1 0.1
Hex 34 0 13 0 64 3F 50 152 64 A
Octal 64 0 23 0 144 77 120 522 144 12
Binary 110100 0 10011 0 1100100 111111 1010000 101010010 1100100 1010

Color Harmonies of #340013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340013

Black with #340013

Text Example


Text Example

White with #340013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340013; }

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

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

background-color css

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

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

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

border-color css

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

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

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