Html Css Color HEX #340306 Rustic Red

📋 copy color: '#340306'

red 52 ◦ green 3 ◦ blue 6

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

Shades of Rustic Red #340306

Tints of Rustic Red #340306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 9.84%

R = 85.25%
G = 4.92%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.80

RGB Variations

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

Color information

#340306 (or 0x340306) is known color: Rustic Red. HEX triplet: 34, 03 and 06. RGB value is (52,3,6). Sum of RGB (Red+Green+Blue) = 52+3+6=61 (8% of max value = 765). Red value is 52 (20.70% from 255 or 85.25% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 6 (2.73% from 255 or 9.84% from 61); Max value from RGB is 52 - color contains mainly: red. Hex color #340306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340306 is #CBFCF9. Grayscale: #121212. Windows color (decimal): -13368570 or 394036. OLE color: 394036.

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

Color convert

RGB 52 3 6 -
CMYK 0 0.94 0.88 0.80
HSL 356.33º 0.89% 0.11% -
HSV(B) 356.33º 0.94% 0.2% -
XYZ 1.48 0.81 0.25 -
YUV 17.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 52 3 6 0 0.94 0.88 0.80 356.33 0.89 0.11
Hex 34 3 6 0 5E 58 50 164 59 B
Octal 64 3 6 0 136 130 120 544 131 13
Binary 110100 11 110 0 1011110 1011000 1010000 101100100 1011001 1011

Color Harmonies of #340306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340306

Black with #340306

Text Example


Text Example

White with #340306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340306; }

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

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

background-color css

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

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

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

border-color css

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

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

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