Html Css Color HEX #340409 Rustic Red

📋 copy color: '#340409'

red 52 ◦ green 4 ◦ blue 9

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

Shades of Rustic Red #340409

Tints of Rustic Red #340409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.15%

 BLUE value IS 9 (3.91% from 255) = 13.85%

R = 80%
G = 6.15%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.80

RGB Variations

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

Color information

#340409 (or 0x340409) is known color: Rustic Red. HEX triplet: 34, 04 and 09. RGB value is (52,4,9). Sum of RGB (Red+Green+Blue) = 52+4+9=65 (8% of max value = 765). Red value is 52 (20.70% from 255 or 80% from 65); Green value is 4 (1.95% from 255 or 6.15% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 52 - color contains mainly: red. Hex color #340409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340409 is #CBFBF6. Grayscale: #121212. Windows color (decimal): -13368311 or 590900. OLE color: 590900.

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

Color convert

RGB 52 4 9 -
CMYK 0 0.92 0.83 0.80
HSL 353.75º 0.86% 0.11% -
HSV(B) 353.75º 0.92% 0.2% -
XYZ 1.51 0.84 0.34 -
YUV 18.92 122.4 151.59 -
System Red Green Blue C M Y K H S L
Decimal 52 4 9 0 0.92 0.83 0.80 353.75 0.86 0.11
Hex 34 4 9 0 5C 53 50 162 56 B
Octal 64 4 11 0 134 123 120 542 126 13
Binary 110100 100 1001 0 1011100 1010011 1010000 101100010 1010110 1011

Color Harmonies of #340409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340409

Black with #340409

Text Example


Text Example

White with #340409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340409; }

 p { color: rgb(52,4,9); }

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

background-color css

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

 a { background-color: rgb(52,4,9); }

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

border-color css

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

 span { border-color: rgb(52,4,9); }

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