Html Css Color HEX #340010 Rustic Red

📋 copy color: '#340010'

red 52 ◦ green 0 ◦ blue 16

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

Shades of Rustic Red #340010

Tints of Rustic Red #340010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 23.53%

R = 76.47%
G = 0%
B = 23.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.80

RGB Variations

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

Color information

#340010 (or 0x340010) is known color: Rustic Red. HEX triplet: 34, 00 and 10. RGB value is (52,0,16). Sum of RGB (Red+Green+Blue) = 52+0+16=68 (9% of max value = 765). Red value is 52 (20.70% from 255 or 76.47% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 16 (6.64% from 255 or 23.53% from 68); Max value from RGB is 52 - color contains mainly: red. Hex color #340010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340010 is #CBFFEF. Grayscale: #111111. Windows color (decimal): -13369328 or 1048628. OLE color: 1048628.

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

Color convert

RGB 52 0 16 -
CMYK 0 1 0.69 0.80
HSL 341.54º 1% 0.1% -
HSV(B) 341.54º 1% 0.2% -
XYZ 1.51 0.77 0.56 -
YUV 17.37 127.23 152.7 -
System Red Green Blue C M Y K H S L
Decimal 52 0 16 0 1 0.69 0.80 341.54 1 0.1
Hex 34 0 10 0 64 45 50 156 64 A
Octal 64 0 20 0 144 105 120 526 144 12
Binary 110100 0 10000 0 1100100 1000101 1010000 101010110 1100100 1010

Color Harmonies of #340010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340010

Black with #340010

Text Example


Text Example

White with #340010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340010; }

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

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

background-color css

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

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

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

border-color css

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

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

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