Html Css Color HEX #340309 Rustic Red

📋 copy color: '#340309'

red 52 ◦ green 3 ◦ blue 9

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

Shades of Rustic Red #340309

Tints of Rustic Red #340309

RGB

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

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

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

R = 81.25%
G = 4.69%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.80

RGB Variations

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

Color information

#340309 (or 0x340309) is known color: Rustic Red. HEX triplet: 34, 03 and 09. RGB value is (52,3,9). Sum of RGB (Red+Green+Blue) = 52+3+9=64 (8% of max value = 765). Red value is 52 (20.70% from 255 or 81.25% from 64); Green value is 3 (1.56% from 255 or 4.69% from 64); Blue value is 9 (3.91% from 255 or 14.06% from 64); Max value from RGB is 52 - color contains mainly: red. Hex color #340309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340309 is #CBFCF6. Grayscale: #121212. Windows color (decimal): -13368567 or 590644. OLE color: 590644.

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

Color convert

RGB 52 3 9 -
CMYK 0 0.94 0.83 0.80
HSL 352.65º 0.89% 0.11% -
HSV(B) 352.65º 0.94% 0.2% -
XYZ 1.5 0.81 0.34 -
YUV 18.34 122.73 152.01 -
System Red Green Blue C M Y K H S L
Decimal 52 3 9 0 0.94 0.83 0.80 352.65 0.89 0.11
Hex 34 3 9 0 5E 53 50 161 59 B
Octal 64 3 11 0 136 123 120 541 131 13
Binary 110100 11 1001 0 1011110 1010011 1010000 101100001 1011001 1011

Color Harmonies of #340309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340309

Black with #340309

Text Example


Text Example

White with #340309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340309; }

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

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

background-color css

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

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

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

border-color css

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

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

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